Added more tests to cover the request grid around TV

This commit is contained in:
tidusjar 2021-03-17 22:09:52 +00:00
commit c2a3fd1c4f
9 changed files with 225 additions and 40 deletions

View file

@ -26,11 +26,11 @@ Cypress.Commands.add('requestMovie', (movieId) => {
})
Cypress.Commands.add('requestAllTv', (tvId) => {
cy.request({
return cy.request({
method: 'POST',
url: '/api/v1/request/tv',
url: '/api/v2/requests/tv',
body: {
TvDbId: tvId,
TheMovieDbId: tvId,
RequestAll: true
},
headers: {