diff --git a/app/gui/e2e/project-view/customExpect.ts b/app/gui/e2e/project-view/customExpect.ts index 9dc89a2bc1de..1b27150e9eec 100644 --- a/app/gui/e2e/project-view/customExpect.ts +++ b/app/gui/e2e/project-view/customExpect.ts @@ -13,8 +13,7 @@ export const expect = baseExpect.extend({ try { await expect(locator.first()).toBeVisible() pass = true - } catch (e) { - console.log(e) + } catch { pass = false }