mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-25 20:50:14 -05:00
Fix flaky e2e test Closes #1332
This commit is contained in:
@@ -39,6 +39,12 @@ test.describe("Top search", () => {
|
||||
url: weaponBuildPage("splattershot"),
|
||||
});
|
||||
|
||||
await expect(page.getByTestId("top500-crown")).toBeVisible();
|
||||
await expect(
|
||||
page
|
||||
.getByTestId("build-card")
|
||||
.first()
|
||||
.locator(page.getByTestId("top500-crown"))
|
||||
.first()
|
||||
).toBeVisible();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user