mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
!wip
This commit is contained in:
parent
8764ec3a78
commit
7e49366999
2 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue