Skip to content

Commit

Permalink
refactor: apply PR requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pyphilia committed Jul 24, 2024
1 parent 2e9d1ae commit 59ecff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/item/bookmarks/bookmarks.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ describe('Bookmarked Item', () => {
}
});

it.only('Add item to bookmarks', () => {
it('Add item to bookmarks', () => {
cy.visit(HOME_PATH);

const item = NON_BOOKMARKED_ITEM;
Expand Down

0 comments on commit 59ecff0

Please sign in to comment.