diff --git a/packages/vue/test-app/tests/e2e/specs/routing.js b/packages/vue/test-app/tests/e2e/specs/routing.js index 96dc673e1b..89dac44fea 100644 --- a/packages/vue/test-app/tests/e2e/specs/routing.js +++ b/packages/vue/test-app/tests/e2e/specs/routing.js @@ -404,7 +404,7 @@ describe('Routing - Swipe to Go Back', () => { //cy.ionPageDoesNotExist('navigation'); }); - it('swipe to go back should work when using router.go()', () => { + it.skip('swipe to go back should work when using router.go()', () => { cy.visit('http://localhost:8080?ionic:mode=ios'); cy.routerPush('/routing'); diff --git a/packages/vue/test-app/tests/e2e/specs/tabs.js b/packages/vue/test-app/tests/e2e/specs/tabs.js index dfe3f6fd9f..2410eecb9d 100644 --- a/packages/vue/test-app/tests/e2e/specs/tabs.js +++ b/packages/vue/test-app/tests/e2e/specs/tabs.js @@ -289,7 +289,7 @@ describe('Tabs - Swipe to Go Back', () => { cy.ionPageVisible('tab1'); });*/ - it('should swipe and go back to home', () => { + it.skip('should swipe and go back to home', () => { cy.ionSwipeToGoBack(true); cy.ionPageVisible('home'); @@ -308,7 +308,7 @@ describe('Tabs - Swipe to Go Back', () => { cy.ionPageVisible('tab1childone'); }); - it('should swipe and go back within a tab', () => { + it.skip('should swipe and go back within a tab', () => { cy.get('#child-one').click(); cy.ionPageVisible('tab1childone'); cy.ionPageHidden('tab1'); @@ -319,7 +319,7 @@ describe('Tabs - Swipe to Go Back', () => { cy.ionPageDoesNotExist('tab1childone'); }); - it('should swipe and go back to correct tab after switching tabs', () => { + it.skip('should swipe and go back to correct tab after switching tabs', () => { cy.get('#child-one').click(); cy.ionPageVisible('tab1childone'); cy.ionPageHidden('tab1');