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
//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-success")
).toBeVisible();
await expect(page.locator(".health-checks ul li").nth(3)).toBeVisible();
// Can be simulated with File -> Work offline
if (browserName.toLowerCase() !== "firefox") {