mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-01-02 13:33:06 +00:00
Fix test
This commit is contained in:
parent
3cac23cd3b
commit
faa99b86a9
@ -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") {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user