mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2025-12-13 04:55:50 +00:00
clean up feature file
This commit is contained in:
parent
01f9fdec37
commit
35cc2efaf2
@ -9,14 +9,3 @@ Feature: Login
|
||||
Scenario: Successful Login
|
||||
When I submit the credentials 'tomsmith' 'SuperSecretPassword!'
|
||||
Then I am on the welcome page
|
||||
|
||||
# Scenario: Refresh and stay logged in
|
||||
# Given I am logged in as "peter-pan"
|
||||
# When I refresh the page
|
||||
# Then I am logged in with username "Peter Pan"
|
||||
|
||||
# Scenario: Log out
|
||||
# Given I am logged in as "peter-pan"
|
||||
# When I navigate to page "/"
|
||||
# And I log out
|
||||
# Then I am on page "login"
|
||||
Loading…
x
Reference in New Issue
Block a user