Update cypress to 6.0.1

This commit is contained in:
Mole
2020-12-02 13:11:17 +01:00
parent cdd3905046
commit b6b17e4c9a
2 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ context('Templates', () => {
cy.umbracoSuccessNotification().should('be.visible');
// For some reason cy.umbracoErrorNotification tries to click the element which is not possible
// if it doesn't actually exist, making should('not.be.visible') impossible.
cy.get('.umb-notifications__notifications > .alert-error').should('not.be.visible');
cy.get('.umb-notifications__notifications > .alert-error').should('not.exist');
//Clean up
cy.umbracoEnsureTemplateNameNotExists(name);

View File

@@ -7,10 +7,10 @@
},
"devDependencies": {
"cross-env": "^7.0.2",
"cypress": "^5.1.0",
"cypress": "^6.0.1",
"ncp": "^2.0.0",
"umbraco-cypress-testhelpers": "^1.0.0-beta-51",
"prompt": "^1.0.0"
"prompt": "^1.0.0",
"umbraco-cypress-testhelpers": "^1.0.0-beta-51"
},
"dependencies": {
"typescript": "^3.9.2"