From faa99b86a9b7f8a5795bdb0f1b2621d19841a9be Mon Sep 17 00:00:00 2001 From: Arnaud Date: Tue, 25 Feb 2025 16:20:11 +0100 Subject: [PATCH] Fix test --- e2e/onboarding.spec.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/e2e/onboarding.spec.ts b/e2e/onboarding.spec.ts index a246cf6..6f362f5 100644 --- a/e2e/onboarding.spec.ts +++ b/e2e/onboarding.spec.ts @@ -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") {