removed .only

pull/4112/head
tidusjar 3 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