Skip to content

Commit 308ac59

Browse files
author
Zdravko
authored
chore: retry a flaky test on failure (#1886)
1 parent f7f4448 commit 308ac59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: e2e/nested-router-tab-view/e2e/tab-view.e2e-spec.ts

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ describe("tab-view:", async function () {
4646
});
4747

4848
it("should navigate Player One/Team One then back separately", async function () {
49+
this.retries(2);
4950
await testPlayerNavigated(screen, screen.playerOne);
5051
await gotoTeamsTab(driver);
5152
await testTeamNavigated(screen, screen.teamOne);

0 commit comments

Comments
 (0)