mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 13:53:19 -07:00
Added more tests
This commit is contained in:
parent
7ddd31b89a
commit
da1934b922
6 changed files with 55 additions and 11 deletions
2
tests/global.d.ts
vendored
2
tests/global.d.ts
vendored
|
@ -5,7 +5,7 @@ declare namespace Cypress {
|
|||
interface Chainable {
|
||||
|
||||
landingSettings(enabled: boolean): Chainable<any>;
|
||||
login(username: string, password: string): Chainable<any>;
|
||||
loginWithCreds(username: string, password: string): Chainable<any>;
|
||||
login(): Chainable<any>;
|
||||
removeLogin(): Chainable<any>;
|
||||
verifyNotification(text: string): Chainable<any>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue