Fix scrim E2E test
Some checks are pending
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run

This commit is contained in:
Kalle 2025-10-26 20:34:02 +02:00
parent 4550d1ed3c
commit bec4d5f3b3

View File

@ -209,7 +209,7 @@ test.describe("Scrims", () => {
userName: "c",
});
await page.getByLabel("Start time").selectOption("1761582600000");
await page.getByLabel("Start time").selectOption({ index: 1 });
await page.getByLabel("Message").fill("Ready to scrim! Let's do this.");