mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
tests(vue): improve reliability of e2e tests (#23168)
This commit is contained in:
@ -2,5 +2,6 @@
|
|||||||
"pluginsFile": "tests/e2e/plugins/index.js",
|
"pluginsFile": "tests/e2e/plugins/index.js",
|
||||||
"includeShadowDom": true,
|
"includeShadowDom": true,
|
||||||
"video": false,
|
"video": false,
|
||||||
"screenshotOnRunFailure": false
|
"screenshotOnRunFailure": false,
|
||||||
|
"defaultCommandTimeout": 10000
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
describe('Nested', () => {
|
describe('Nested', () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
cy.visit('http://localhost:8080/nested');
|
cy.visit('http://localhost:8080/nested');
|
||||||
|
cy.ionPageVisible('nestedchild');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should show first page', () => {
|
it('should show first page', () => {
|
||||||
|
Reference in New Issue
Block a user