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"); Page.availableButton.should("exist");
}); });
it.only("Movie Requested, Deny Movie", () => { it("Movie Requested, Deny Movie", () => {
cy.login(); cy.login();
Page.visit("671"); Page.visit("671");

Loading…
Cancel
Save