From e8c092fe8bfb63b9c69c7c96e6e93425c65f2dfe Mon Sep 17 00:00:00 2001 From: Eric Lin <106491820+ericlln@users.noreply.github.com> Date: Tue, 14 Jan 2025 17:46:35 -0500 Subject: [PATCH] put comment into description of test.slow() Co-authored-by: Mike Bender --- tests/shortcuts.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/shortcuts.spec.ts b/tests/shortcuts.spec.ts index d32763814..1d81937b0 100644 --- a/tests/shortcuts.spec.ts +++ b/tests/shortcuts.spec.ts @@ -23,7 +23,7 @@ test('shortcut downloads logs in full screen error', async ({ page }) => { }); test('shortcut downloads logs in embeded-widget', async ({ page }) => { - test.slow(); // Extend timeout to prevent a failure before page loads + test.slow(true, "Extend timeout to prevent a failure before page loads"); // The embed-widgets page and the table itself have separate loading spinners, // causing a strict mode violation intermittently when using the goToPage helper