chore(): disable swipe to go back e2e tests (#19024)

This commit is contained in:
Liam DeBeasi
2019-08-07 11:25:22 -04:00
committed by GitHub
parent 84e306c1a6
commit 3ec9607281

View File

@@ -7,7 +7,8 @@ describe('navigation', () => {
return handleErrorMessages();
});
it ('should swipe and abort', async () => {
// TODO: Fix flaky tests
xit ('should swipe and abort', async () => {
await browser.get('/router-link?ionic:mode=ios');
await waitTime(500);
await element(by.css('#routerLink')).click();
@@ -24,7 +25,7 @@ describe('navigation', () => {
expect(await pageVisible.getAttribute('class')).toEqual('ion-page can-go-back');
});
it ('should swipe and go back', async () => {
xit ('should swipe and go back', async () => {
await browser.get('/router-link?ionic:mode=ios');
await waitTime(500);
await element(by.css('#routerLink')).click();