Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Commit

Permalink
fix(test): removed extra percy snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Shipow committed Jul 4, 2020
1 parent 58c39c5 commit 24e38b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress/integration/search/actions.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ context('Recent and Favorites', () => {
});

it('Recent search is displayed after visiting a result', () => {
cy.percySnapshot();
cy.get('.DocSearch-SearchButton').click();
cy.contains('Recent').should('be.visible');
cy.get('#docsearch-item-0').should('be.visible');
Expand Down

0 comments on commit 24e38b7

Please sign in to comment.