Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/62cceb803d564dfb2bffae3fa89b2e826d30d579 You should set ROOT_URL correctly, otherwise the web may not work correctly.

removed .only

pull/4112/head
tidusjar 4 years ago
parent e34ce215ac
commit 62cceb803d

@ -102,7 +102,7 @@ describe("Movie Details Buttons", () => {
Page.availableButton.should("exist");
});
it.only("Movie Requested, Deny Movie", () => {
it("Movie Requested, Deny Movie", () => {
cy.login();
Page.visit("671");

Loading…
Cancel
Save