@@ -9,39 +9,39 @@ Feature: The user is able to logout of the application
99 ############################################################################
1010 # Logging out
1111 ############################################################################
12- Scenario : Display logout modal when user clicks logout
13- When I click the logout button
14- Then I see the logout confirmation modal
12+ # Scenario: Display logout modal when user clicks logout
13+ # When I click the logout button
14+ # Then I see the logout confirmation modal
1515
16- Scenario : User confirms logout
17- Given the logout confirmation modal is displayed
18- When I confirm the logout
19- Then I see the logout successful page
16+ # Scenario: User confirms logout
17+ # Given the logout confirmation modal is displayed
18+ # When I confirm the logout
19+ # Then I see the logout successful page
2020
21- Scenario : User can log back in from the logout successful page
22- Given I am on the logout successful page
23- When I click the "log back in" button
24- Then I am on the login page
21+ # Scenario: User can log back in from the logout successful page
22+ # Given I am on the logout successful page
23+ # When I click the "log back in" button
24+ # Then I am on the login page
2525
2626 ############################################################################
2727 # Closing the logout modal
2828 ############################################################################
29- Scenario : Close the modal with the cross icon
30- Given the logout confirmation modal is displayed
31- When I close the modal with the cross
32- Then the logout confirmation modal is not displayed
33-
34- Scenario : Close the modal with the cancel button
35- Given the logout confirmation modal is displayed
36- When I close the modal with the cancel button
37- Then the logout confirmation modal is not displayed
38-
39- Scenario : Close the modal by clicking outside the modal
40- Given the logout confirmation modal is displayed
41- When I close the modal by clicking outside the modal
42- Then the logout confirmation modal is not displayed
43-
44- Scenario : Close the modal by pressing the escape key
45- Given the logout confirmation modal is displayed
46- When I close the modal by hitting escape
47- Then the logout confirmation modal is not displayed
29+ # Scenario: Close the modal with the cross icon
30+ # Given the logout confirmation modal is displayed
31+ # When I close the modal with the cross
32+ # Then the logout confirmation modal is not displayed
33+
34+ # Scenario: Close the modal with the cancel button
35+ # Given the logout confirmation modal is displayed
36+ # When I close the modal with the cancel button
37+ # Then the logout confirmation modal is not displayed
38+
39+ # Scenario: Close the modal by clicking outside the modal
40+ # Given the logout confirmation modal is displayed
41+ # When I close the modal by clicking outside the modal
42+ # Then the logout confirmation modal is not displayed
43+
44+ # Scenario: Close the modal by pressing the escape key
45+ # Given the logout confirmation modal is displayed
46+ # When I close the modal by hitting escape
47+ # Then the logout confirmation modal is not displayed
0 commit comments