From ae544fa1f661027facc1e29c6baaa5c39ffce8c5 Mon Sep 17 00:00:00 2001 From: Eric Lin <106491820+ericlln@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:30:33 -0500 Subject: [PATCH] test: Fix download shortcut test flakiness (#2350) Follow up fix on https://github.com/deephaven/web-client-ui/pull/2336 --- tests/shortcuts.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/shortcuts.spec.ts b/tests/shortcuts.spec.ts index 1d81937b0..6871b322c 100644 --- a/tests/shortcuts.spec.ts +++ b/tests/shortcuts.spec.ts @@ -23,11 +23,11 @@ test('shortcut downloads logs in full screen error', async ({ page }) => { }); test('shortcut downloads logs in embeded-widget', async ({ page }) => { - test.slow(true, "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 - await gotoPage(page, 'http://localhost:4010?name=all_types'); + await page.goto('http://localhost:4010?name=all_types'); await expect( page.getByRole('progressbar', { name: 'Loading...',