From fd68118543847a362c1a372bf5ce477b0e01952c Mon Sep 17 00:00:00 2001 From: mahula Date: Fri, 2 Jun 2023 22:10:05 +0200 Subject: [PATCH] add visit main page to logout e2e test --- cypress/e2e/User.Authentication.feature | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress/e2e/User.Authentication.feature b/cypress/e2e/User.Authentication.feature index db7680bd4..878ecad4a 100644 --- a/cypress/e2e/User.Authentication.feature +++ b/cypress/e2e/User.Authentication.feature @@ -22,5 +22,6 @@ Feature: User authentication Scenario: Log out Given I am logged in as "peter-pan" - When I log out + When I navigate to page "/" + And I log out Then I am on page "login"