mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Fixed the issue where we couldn't request TV shows from the discover page
This commit is contained in:
parent
3aba6516e0
commit
cb3916f773
4 changed files with 8 additions and 2 deletions
|
@ -95,6 +95,10 @@ class MoviesTab extends MediaBaseTab {
|
|||
get approveFabButton(): Cypress.Chainable<any> {
|
||||
return cy.get('#approveFabButton');
|
||||
}
|
||||
|
||||
getRowCheckbox(rowId: number): Cypress.Chainable<any> {
|
||||
return cy.get('#adminMasterCheckbox' + rowId);
|
||||
}
|
||||
}
|
||||
|
||||
class RequestsPage extends BasePage {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue