mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 18:47:15 -07:00
Added more tests around the discover page
This commit is contained in:
parent
e4ab1447aa
commit
0a804c6233
10 changed files with 271 additions and 68 deletions
1
tests/global.d.ts
vendored
1
tests/global.d.ts
vendored
|
@ -14,6 +14,7 @@ declare namespace Cypress {
|
|||
getByData(selector: string, args: any[]): Chainable<any>;
|
||||
getByData(selector: string): Chainable<any>;
|
||||
getByDataLike(selector: string): Chainable<any>;
|
||||
triggerHover(): Chainable<any>;
|
||||
|
||||
requestGenericMovie(): Chainable<any>;
|
||||
requestMovie(movieId: number): Chainable<any>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue