Skip to content

Commit

Permalink
Fix typo in tests/shortcuts.spec.ts
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 5b22f85 commit 61c8b05
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 @@ -25,7 +25,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

// The embed-widgets page and the table itself have seperate loading spinners,
// 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 expect(
Expand Down

0 comments on commit 61c8b05

Please sign in to comment.