Skip to content

Commit

Permalink
Typo: goback=>go back
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Oct 30, 2024
1 parent 9ec409c commit fcaf148
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,7 @@ describe('Landscape', () => {
expect(wrapper.find(wrappedElement('vue-module')).classes()).toContain('-selectable-highlighted');
});

it('should navigate to right then goback to left', async () => {
it('should navigate to right then go back to left', async () => {
const wrapper = await componentWithLandscape();

document.dispatchEvent(new KeyboardEvent('keydown', { code: 'ArrowRight' }));
Expand Down

0 comments on commit fcaf148

Please sign in to comment.