Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit d33210e

Browse files
author
Shammamah Hossain
committed
Fix typo.
1 parent 9b4dc46 commit d33210e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/cypress/tests/standalone/navigation_test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Object.values(BasicModes).forEach(mode => {
7272
DashTable.getCell(3, 1).should('not.have.class', 'focused');
7373
});
7474

75-
it('can moved right', () => {
75+
it('can move right', () => {
7676
DOM.focused.type(Key.ArrowRight);
7777
DashTable.getCell(3, 2).should('have.class', 'focused');
7878
DashTable.getCell(3, 1).should('not.have.class', 'focused');
@@ -119,4 +119,4 @@ Object.values(BasicModes).forEach(mode => {
119119
});
120120
});
121121
});
122-
});
122+
});

0 commit comments

Comments
 (0)