chore(): sync with main for beta 4

This commit is contained in:
Liam DeBeasi
2021-08-18 09:42:03 -04:00
23 changed files with 510 additions and 238 deletions

View File

@ -76,6 +76,12 @@ Cypress.Commands.add('routerReplace', (path) => {
});
});
Cypress.Commands.add('routerGo', (n) => {
cy.window().then(win => {
win.debugRouter.go(n);
});
});
Cypress.Commands.add('ionBackButtonHidden', (pageId) => {
cy.get(`div.ion-page[data-pageid=${pageId}]`)
.should('be.visible', true)