Skip to content

Commit

Permalink
removed only
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar committed Mar 20, 2021
1 parent 3c37a21 commit af81b7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ describe("Movie Details Buttons", () => {
Page.viewCollectionButton.should('be.visible');
});

it.only("Non requested movie valid buttons", () => {
it("Non requested movie valid buttons", () => {
cy.login();

Page.visit("590706");
Expand Down

0 comments on commit af81b7d

Please sign in to comment.