This commit is contained in:
Arnaud 2025-02-25 16:20:11 +01:00
parent 3cac23cd3b
commit faa99b86a9
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -43,9 +43,7 @@ test.describe("onboarding", () => {
// Marketplace // Marketplace
//await expect(page.locator(".health-checks ul li").nth(3).getByTestId("icon-warning")).toBeVisible({ timeout: 10_000 }) //await expect(page.locator(".health-checks ul li").nth(3).getByTestId("icon-warning")).toBeVisible({ timeout: 10_000 })
await expect( await expect(page.locator(".health-checks ul li").nth(3)).toBeVisible();
page.locator(".health-checks ul li").nth(3).getByTestId("icon-success")
).toBeVisible();
// Can be simulated with File -> Work offline // Can be simulated with File -> Work offline
if (browserName.toLowerCase() !== "firefox") { if (browserName.toLowerCase() !== "firefox") {