mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
test: ✅ Updated automation tests
This commit is contained in:
parent
704252e885
commit
b6fa61b33d
3 changed files with 13 additions and 8 deletions
|
@ -23,6 +23,7 @@
|
|||
//
|
||||
// -- This will overwrite an existing command --
|
||||
// Cypress.Commands.overwrite("visit", (originalFn, url, options) => { ... })
|
||||
|
||||
import 'cypress-wait-until';
|
||||
|
||||
Cypress.Commands.add("landingSettings", (enabled) => {
|
||||
|
@ -66,7 +67,7 @@ Cypress.Commands.add('removeLogin', () => {
|
|||
});
|
||||
|
||||
Cypress.Commands.add('verifyNotification', (text) => {
|
||||
cy.contains(text);
|
||||
cy.contains(text, {timeout: 10000});
|
||||
});
|
||||
|
||||
Cypress.Commands.add('createUser', (username, password, claims) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue