summaryrefslogtreecommitdiff
path: root/tests/unit/AppNavigation.spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/AppNavigation.spec.js')
-rw-r--r--tests/unit/AppNavigation.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/AppNavigation.spec.js b/tests/unit/AppNavigation.spec.js
index 33efb8e4..b7065746 100644
--- a/tests/unit/AppNavigation.spec.js
+++ b/tests/unit/AppNavigation.spec.js
@@ -26,7 +26,7 @@ describe('AppNavigation.vue', () => {
expect(wrapper.element).toMatchSnapshot();
});
- it('Nav Overlay cliick should emit change:isNavigationOpen event', async () => {
+ it('Nav Overlay click should emit change:isNavigationOpen event', async () => {
const rootWrapper = createWrapper(wrapper.vm.$root);
const navOverlay = wrapper.find('#nav-overlay');
navOverlay.trigger('click');