mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
fixes
This commit is contained in:
parent
80e0bbf312
commit
db50e330b4
7 changed files with 24 additions and 19 deletions
|
@ -75,8 +75,8 @@ class TvDetailsPage extends BasePage {
|
|||
return cy.get('#partiallyAvailableBtn');
|
||||
}
|
||||
|
||||
get reportIssueButton(): Cypress.Chainable<any> {
|
||||
return cy.get('#reportIssueBtn');
|
||||
reportIssueButton(timeout: number): Cypress.Chainable<any> {
|
||||
return cy.get('#reportIssueBtn', { timeout: timeout});
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue