mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-26 13:22:50 -05:00
Try another condition to fix flaky test
This commit is contained in:
@@ -40,7 +40,7 @@ test.describe("Build Analyzer", () => {
|
||||
|
||||
// on new build page with preselected values
|
||||
await newBuildPrompt.click();
|
||||
await expect(page).toHaveURL(/new/);
|
||||
await expect(page.getByTestId("HEAD-combobox-input")).toBeVisible();
|
||||
await expect(page.getByTestId("weapon-combobox-input")).toHaveValue(
|
||||
"Luna Blaster"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user