9 lines
		
	
	
		
			311 B
		
	
	
	
		
			Gherkin
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			311 B
		
	
	
	
		
			Gherkin
		
	
	
	
	
	
| Feature: Landing Page
 | |
|     As a person interested in bikebike
 | |
|     I want to find out about the current bikebike
 | |
|     In order to attend the conference
 | |
| 
 | |
|   Scenario: Read landing page content
 | |
|     Given I am on the landing page
 | |
|     Then I can read about the current bikebike
 | |
|     And I can register for the conference |