Skip to content

Commit

Permalink
fix percy diff
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelruderman committed Aug 17, 2022
1 parent 2351ad1 commit e4c4e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/navigation/SidebarNavigation.cy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('SidebarNavigation', () => {
})

cy.findByText('test-project').should('be.visible')

cy.findByTestId('sidebar-link-specs-page').should('have.class', 'router-link-active') // assert active link to prevent percy flake
cy.percySnapshot()
})

Expand Down

0 comments on commit e4c4e2e

Please sign in to comment.