removed .only

This commit is contained in:
tidusjar 2021-03-24 09:15:01 +00:00
commit 62cceb803d

View file

@ -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");