npm update and fix some tests

master
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 = () => {

1118
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -135,7 +135,7 @@
],
"dependencies": {
"@babel/polyfill": "7.12.1",
"@web/dev-server-rollup": "^0.2.13",
"@web/dev-server-rollup": "0.3.1",
"canvg": "3.0.7",
"core-js": "3.7.0",
"jspdf": "2.1.1",
@ -144,9 +144,9 @@
"svg2pdf.js": "2.0.0"
},
"devDependencies": {
"@babel/core": "7.12.3",
"@babel/preset-env": "7.12.1",
"@babel/register": "7.12.1",
"@babel/core": "7.12.10",
"@babel/preset-env": "7.12.11",
"@babel/register": "7.12.10",
"@babel/runtime-corejs3": "7.12.5",
"@cypress/code-coverage": "3.8.8",
"@cypress/fiddle": "1.19.0",
@ -159,8 +159,8 @@
"@rollup/plugin-node-resolve": "11.0.1",
"@rollup/plugin-replace": "2.3.4",
"@rollup/plugin-url": "6.0.0",
"@web/dev-server": "0.0.29",
"axe-core": "4.0.2",
"@web/dev-server": "0.1.3",
"axe-core": "4.1.1",
"babel-plugin-transform-object-rest-spread": "7.0.0-beta.3",
"copyfiles": "2.4.0",
"core-js-bundle": "3.7.0",