mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 13:53:19 -07:00
More tests around the requests grid
This commit is contained in:
parent
b6ce223acd
commit
5ef8aff677
11 changed files with 235 additions and 13 deletions
3
tests/global.d.ts
vendored
3
tests/global.d.ts
vendored
|
@ -11,6 +11,9 @@ declare namespace Cypress {
|
|||
verifyNotification(text: string): Chainable<any>;
|
||||
createUser(username: string, password: string, claims: any[]): Chainable<any>;
|
||||
generateUniqueId(): Chainable<string>;
|
||||
getByData(selector: string, args: any[]): Chainable<any>;
|
||||
getByData(selector: string): Chainable<any>;
|
||||
getByDataLike(selector: string): Chainable<any>;
|
||||
|
||||
requestGenericMovie(): Chainable<any>;
|
||||
requestMovie(movieId: number): Chainable<any>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue