diff --git a/cypress/e2e/features/Login.feature b/cypress/e2e/features/Login.feature index 36ff8ec..a991174 100644 --- a/cypress/e2e/features/Login.feature +++ b/cypress/e2e/features/Login.feature @@ -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" \ No newline at end of file