mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-24 15:08:44 -05:00
Deflake tournament score report test
This commit is contained in:
parent
5c6229f0b9
commit
306e12d8c4
|
|
@ -1096,6 +1096,9 @@ test.describe("Tournament bracket", () => {
|
|||
await submit(page);
|
||||
|
||||
await submit(page, "undo-score-button");
|
||||
await expect(
|
||||
page.getByText("Please select the winner of this map"),
|
||||
).toBeVisible();
|
||||
await page.getByTestId("winner-radio-1").click();
|
||||
await page.getByTestId("points-input-1").fill("100");
|
||||
await submit(page, "report-score-button");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user