Update cypress to 6.0.1
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user