Try another condition to fix flaky test

This commit is contained in:
Kalle
2023-06-24 13:16:49 +03:00
parent bba40d95c3
commit 3d86c11a82

View File

@@ -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"
);