From 836f7e2677a54d7b2b7e2e576208b73d4911afd2 Mon Sep 17 00:00:00 2001 From: Oto Ciulis Date: Fri, 6 Dec 2024 11:09:11 -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 3b4a57f4..cee7c21d 100644 --- a/tests/integration/example.spec.ts +++ b/tests/integration/example.spec.ts @@ -26,6 +26,8 @@ test('has title', async () => { getStartedButton?.click(); + await page.waitForTimeout(3000); + await page.screenshot({ path: 'screenshot-get-started.png' }); });