Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: retry a flaky test on failure (#1886)
  • Loading branch information
Zdravko authored Jul 4, 2019
commit 308ac59629b59f3d1c75fb7e16098b0109d8f9a7
1 change: 1 addition & 0 deletions e2e/nested-router-tab-view/e2e/tab-view.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ describe("tab-view:", async function () {
});

it("should navigate Player One/Team One then back separately", async function () {
this.retries(2);
await testPlayerNavigated(screen, screen.playerOne);
await gotoTeamsTab(driver);
await testTeamNavigated(screen, screen.teamOne);
Expand Down