More tests around the requests grid

This commit is contained in:
tidusjar 2021-03-09 21:51:33 +00:00
commit 5ef8aff677
11 changed files with 235 additions and 13 deletions

3
tests/global.d.ts vendored
View file

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