Fix tournament admin page e2e test

This commit is contained in:
Kalle 2026-05-13 17:28:49 +03:00
parent 1f415533f5
commit eafd10f3a9

View File

@ -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();
});
});