tests(vue): improve reliability of e2e tests (#23168)

This commit is contained in:
Liam DeBeasi
2021-04-08 14:00:07 -04:00
committed by GitHub
parent d7b1acce14
commit 669d24c551
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
describe('Nested', () => {
beforeEach(() => {
cy.visit('http://localhost:8080/nested');
cy.ionPageVisible('nestedchild');
});
it('should show first page', () => {