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

Commit 24e38b7

Browse files
committed
fix(test): removed extra percy snapshot
1 parent 58c39c5 commit 24e38b7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cypress/integration/search/actions.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ context('Recent and Favorites', () => {
103103
});
104104

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

0 commit comments

Comments
 (0)