pull/2580/head^2
TidusJar 6 years ago
parent 8764ec3a78
commit 7e49366999

@ -109,7 +109,7 @@ describe('User Management Page', function () {
// submit user
cy.get('[data-test=createuserbtn]').click();
cy.verifyNotification('has been updated successfully');
cy.verifyNotification('has been created successfully');
// Verify that the limits are set
cy.get('#edituser2').click();

@ -4,6 +4,7 @@
"private": true,
"scripts": {
"vendor": "gulp vendor",
"main": "gulp main",
"lint": "tslint -p .",
"publish": "gulp publish",
"restore": "dotnet restore && yarn install",

Loading…
Cancel
Save