mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-12-10 00:47:15 -06:00
removed
This commit is contained in:
parent
561791ef8e
commit
4ba8905f02
@ -65,22 +65,4 @@ describe("TV Details Buttons", () => {
|
||||
Page.requestFabButton.fab.should('be.visible');
|
||||
Page.partiallyAvailableButton.should('not.exist');
|
||||
});
|
||||
|
||||
|
||||
it("Issues Enabled", () => {
|
||||
cy.intercept("GET", "**/Settings/issuesenabled", 'true').as('issuesEnabled');
|
||||
|
||||
cy.visit("/details/tv/1399");
|
||||
|
||||
cy.wait('@issuesEnabled');
|
||||
Page.reportIssueButton(10000).should('be.visible');
|
||||
});
|
||||
|
||||
it("Issues Disabled", () => {
|
||||
cy.intercept("GET", "**/Settings/issuesenabled", 'false');
|
||||
|
||||
Page.visit("1399");
|
||||
|
||||
Page.reportIssueButton(1000).should('not.exist');
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user