mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-07 19:55:46 -05:00
Underground bracket E2E test anti flakiness
This commit is contained in:
@@ -379,7 +379,13 @@ test.describe("Tournament bracket", () => {
|
||||
await submit(page);
|
||||
}
|
||||
|
||||
await page.getByTestId("brackets-tab").click();
|
||||
await navigate({
|
||||
page,
|
||||
url: tournamentBracketsPage({
|
||||
tournamentId,
|
||||
}),
|
||||
});
|
||||
|
||||
await page.getByTestId("finalize-bracket-button").click();
|
||||
await submit(page, "confirm-finalize-bracket-button");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user