Skip to content

Commit

Permalink
Re-added retries of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rorylshanks committed Mar 17, 2024
1 parent 9c56422 commit 8e5f361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/tests/basic_test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Feature('Login').retry(0);
Feature('Login').retry(3);

Scenario('Basic login test', async ({ I }) => {
I.amOnPage('http://test-basic-login.localtest.me/get');
Expand Down

0 comments on commit 8e5f361

Please sign in to comment.