Skip to content

Commit bbc80c8

Browse files
committed
test(react): fixing changed route in tests
1 parent bbe4154 commit bbc80c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react/test/base/tests/e2e/specs/overlay-components/IonModal.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
describe('IonModal', () => {
22
beforeEach(() => {
3-
cy.visit('/overlay-components/modal');
3+
cy.visit('/overlay-components/modal-basic');
44
});
55

66
it('display modal', () => {

packages/react/test/base/tests/e2e/specs/overlay-components/KeepContentsMounted.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
describe('keepContentsMounted', () => {
22
describe('modal', () => {
33
it('should not mount component if false', () => {
4-
cy.visit('/overlay-components/modal');
4+
cy.visit('/overlay-components/modal-basic');
55

66
cy.get('ion-modal ion-content').should('not.exist');
77
});

0 commit comments

Comments
 (0)