mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-16 07:56:22 -05:00
Fix tournament admin page e2e test
This commit is contained in:
parent
1f415533f5
commit
eafd10f3a9
|
|
@ -17,6 +17,7 @@ import {
|
|||
submit,
|
||||
test,
|
||||
} from "./helpers/playwright";
|
||||
import { goToTab } from "./helpers/tournament-match";
|
||||
|
||||
const TOURNAMENT_ID = 2;
|
||||
|
||||
|
|
@ -135,6 +136,8 @@ test.describe("Tournament staff", () => {
|
|||
url: tournamentMatchPage({ tournamentId: TOURNAMENT_ID, matchId: 2 }),
|
||||
});
|
||||
|
||||
await goToTab(page, "join");
|
||||
|
||||
await expect(roomPassSelector).toBeVisible();
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user