mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
Fix scrim E2E test
This commit is contained in:
parent
4550d1ed3c
commit
bec4d5f3b3
|
|
@ -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.");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user