Skip to content

Commit

Permalink
test: remove 'only' test case
Browse files Browse the repository at this point in the history
  • Loading branch information
codeofmochi committed Jul 13, 2021
1 parent 9f4e130 commit 4589a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/item/search/gridItemSearch.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ describe('Search Item in Grid', () => {
cy.get(`#${ITEMS_GRID_NO_ITEM_ID}`).should('exist');
});

it.only('resets grid pagination if num results < current page', () => {
it('resets grid pagination if num results < current page', () => {
const items = generateOwnItems(30);
cy.setUpApi({ items });

Expand Down

0 comments on commit 4589a20

Please sign in to comment.