diff --git a/src/test/webapp/unit/module/primary/landscape/LandscapeComponent.spec.ts b/src/test/webapp/unit/module/primary/landscape/LandscapeComponent.spec.ts index aebb910a9e0..8b3ca88770b 100644 --- a/src/test/webapp/unit/module/primary/landscape/LandscapeComponent.spec.ts +++ b/src/test/webapp/unit/module/primary/landscape/LandscapeComponent.spec.ts @@ -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' }));