Fix flaky E2E test

This commit is contained in:
Kalle
2026-01-01 11:26:09 +02:00
parent a4124bc6d4
commit b793cfc422

View File

@@ -172,7 +172,7 @@ test.describe("Scrims", () => {
await tournamentButton.click();
await tournamentSearchInput.fill("Swim or Sink");
await expect(tournamentSearchItem.first()).toBeVisible();
await page.keyboard.press("Enter");
await tournamentSearchItem.first().click();
await submit(page);