From 175136c3ec69f4f58134cb6866c57e106e70b48d Mon Sep 17 00:00:00 2001 From: Oto Ciulis Date: Fri, 6 Dec 2024 13:39:32 -0800 Subject: [PATCH] Temp workaround --- tests/integration/example.spec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration/example.spec.ts b/tests/integration/example.spec.ts index 0de85b61..643f4d62 100644 --- a/tests/integration/example.spec.ts +++ b/tests/integration/example.spec.ts @@ -48,6 +48,8 @@ test('has title', async () => { const installButton = page.getByText("Install") + await page.screenshot({ path: 'screenshot-install.png' }); + await expect(installButton).toBeVisible(); await expect(installButton).toBeEnabled();