Skip to content

Commit 61c8b05

Browse files
ericllnmofojed
andauthored
Fix typo in tests/shortcuts.spec.ts
Co-authored-by: Mike Bender <mikebender@deephaven.io>
1 parent 5b22f85 commit 61c8b05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/shortcuts.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ test('shortcut downloads logs in full screen error', async ({ page }) => {
2525
test('shortcut downloads logs in embeded-widget', async ({ page }) => {
2626
test.slow(); // Extend timeout to prevent a failure before page loads
2727

28-
// The embed-widgets page and the table itself have seperate loading spinners,
28+
// The embed-widgets page and the table itself have separate loading spinners,
2929
// causing a strict mode violation intermittently when using the goToPage helper
3030
await gotoPage(page, 'http://localhost:4010?name=all_types');
3131
await expect(

0 commit comments

Comments
 (0)