Skip to content

Commit

Permalink
Removed login and updated wait time in competitive test
Browse files Browse the repository at this point in the history
  • Loading branch information
lauratbg committed Apr 25, 2024
1 parent 0f7da6b commit 56958a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 65 deletions.
2 changes: 1 addition & 1 deletion webapp/e2e/steps/competitiveGame.steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ defineFeature(feature, test => {
slowMo: 40,
defaultViewport: { width: 1920, height: 1080 },
args: ['--window-size=1920,1080']
});
}, 60000);

page = await browser.newPage();
setDefaultOptions({ timeout: 30000 });
Expand Down
64 changes: 0 additions & 64 deletions webapp/e2e/steps/login.steps.js

This file was deleted.

0 comments on commit 56958a1

Please sign in to comment.