Skip to content

Commit

Permalink
fix:fixed logout positive logged user
Browse files Browse the repository at this point in the history
  • Loading branch information
Toto-hitori committed May 5, 2024
1 parent f5e9321 commit 5bfa032
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions webapp/e2e/steps/logout_positive_logged_user.steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ defineFeature(feature, test => {
})
.catch(() => {});


// Logging it out
await logOutUser(page);

}, 120000);

test("A logged user wants to log out the webpage", ({given,when,and,then}) => {
Expand Down

0 comments on commit 5bfa032

Please sign in to comment.