mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 13:53:19 -07:00
Fixed all the automation tests, and the bugs that the tests found
This commit is contained in:
parent
c5f123b903
commit
e34ce215ac
13 changed files with 112 additions and 21 deletions
|
@ -1,10 +1,15 @@
|
|||
import { BasePage } from "../../base.page";
|
||||
import { AdminRequestDialog } from "../../shared/AdminRequestDialog";
|
||||
|
||||
class MovieInformationPanel {
|
||||
|
||||
get denyReason(): Cypress.Chainable<any> {
|
||||
return cy.get('#deniedReasonInfo');
|
||||
}
|
||||
|
||||
get requestedBy(): Cypress.Chainable<any> {
|
||||
return cy.get('#requestedByInfo');
|
||||
}
|
||||
}
|
||||
|
||||
class DenyModal {
|
||||
|
@ -74,6 +79,7 @@ class MovieDetailsPage extends BasePage {
|
|||
|
||||
denyModal = new DenyModal();
|
||||
informationPanel = new MovieInformationPanel();
|
||||
adminOptionsDialog = new AdminRequestDialog();
|
||||
|
||||
constructor() {
|
||||
super();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue