mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
Added more tests to cover the request grid around TV
This commit is contained in:
parent
432fb683c2
commit
c2a3fd1c4f
9 changed files with 225 additions and 40 deletions
|
@ -1,5 +1,10 @@
|
|||
import { BasePage } from "../../base.page";
|
||||
|
||||
class BaseMediaPage extends BasePage {
|
||||
get title(): Cypress.Chainable<any> {
|
||||
return cy.get('#mediaTitle');
|
||||
}
|
||||
}
|
||||
class TvRequestPanel {
|
||||
|
||||
seasonTab(seasonNumber: number): Cypress.Chainable<any> {
|
||||
|
@ -56,7 +61,7 @@ class TvDetailsInformationPanel {
|
|||
}
|
||||
}
|
||||
|
||||
class TvDetailsPage extends BasePage {
|
||||
class TvDetailsPage extends BaseMediaPage {
|
||||
|
||||
|
||||
get availableButton(): Cypress.Chainable<any> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue