npm update and fix some tests

This commit is contained in:
JFH
2021-01-01 23:50:58 +01:00
parent be27f11ebb
commit 2f3c0c9180
3 changed files with 269 additions and 864 deletions

View File

@@ -1,7 +1,6 @@
export const approveStorage = () => {
// JFH will need to be chnaged when dialog is changed...
cy.get('elix-alert-dialog').shadow().find('#choiceButtonContainer > plain-border-button-0:nth-child(1)')
.click();
cy.get('#storage_ok').click();
};
export const visitAndApproveStorage = () => {