10 lines
		
	
	
		
			381 B
		
	
	
	
		
			Gherkin
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			381 B
		
	
	
	
		
			Gherkin
		
	
	
	
	
	
# Created by gregg at 24/07/2024
 | 
						|
Feature: Example Login Page
 | 
						|
  As a registered user of the site
 | 
						|
  I would like to be able to login to the site
 | 
						|
  So that I can do my things on the site
 | 
						|
 | 
						|
  Scenario: A registered user logs into the site
 | 
						|
    Given the browser is at the login page
 | 
						|
    When the user enters his login details
 | 
						|
    Then the user is presented with the landing page |