Mark E2E test as slow

This commit is contained in:
Kalle 2026-01-11 17:11:49 +02:00
parent 7ca2d4e950
commit b2c975934c

View File

@ -300,6 +300,8 @@ test.describe("Tournament bracket", () => {
test("completes and finalizes a small tournament with badge assigning", async ({
page,
}) => {
test.slow();
const tournamentId = 2;
await seed(page);