Skip to content

Commit

Permalink
put comment into description of test.slow()
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Bender <[email protected]>
  • Loading branch information
ericlln and mofojed authored Jan 14, 2025
1 parent 61c8b05 commit e8c092f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/shortcuts.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8c092f

Please sign in to comment.