clean up feature file

This commit is contained in:
mahula 2024-02-20 18:18:09 +01:00
parent 01f9fdec37
commit 35cc2efaf2

View File

@ -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"