Added more tests around the discover page

This commit is contained in:
tidusjar 2021-03-10 22:25:35 +00:00
commit 0a804c6233
10 changed files with 271 additions and 68 deletions

1
tests/global.d.ts vendored
View file

@ -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>;