mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-23 11:36:19 -05:00
Deflake tournament score report test
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user