Skip to content

Commit

Permalink
Copied from master competitive tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lauratbg committed Apr 25, 2024
1 parent 56958a1 commit 4e47c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 All @@ -47,4 +47,4 @@ defineFeature(feature, test => {
});
});

});
});

0 comments on commit 4e47c6a

Please sign in to comment.