From fcaf148a42420034f777c686be787555ca035cc3 Mon Sep 17 00:00:00 2001 From: Quentin Date: Wed, 30 Oct 2024 21:56:15 +0100 Subject: [PATCH] Typo: goback=>go back --- .../unit/module/primary/landscape/LandscapeComponent.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }));