mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-20 18:15:35 -05:00
Fix tournament admin page e2e test
This commit is contained in:
@@ -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();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user