mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
chore(): sync with main
This commit is contained in:
@ -10,6 +10,7 @@ describe('Swipe To Go Back', () => {
|
||||
cy.ionPageVisible('main');
|
||||
cy.ionNav('ion-item', 'Details');
|
||||
cy.ionPageVisible('details');
|
||||
cy.ionPageHidden('main');
|
||||
cy.ionSwipeToGoBack(true);
|
||||
cy.ionPageVisible('main');
|
||||
});
|
||||
|
Reference in New Issue
Block a user