From 35cc2efaf2baa50de112b28435f78696b04d2730 Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 20 Feb 2024 18:18:09 +0100 Subject: [PATCH] clean up feature file --- cypress/e2e/features/Login.feature | 11 ----------- 1 file changed, 11 deletions(-) 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