mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-24 20:16:41 -05:00
Fix flaky E2E test
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user