Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Dec 24, 2024
1 parent 8b2a3d7 commit 026c83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/cara.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe(`gatsby-theme-cara`, () => {
cy.findByText(/winky face./i)
})
it(`should render contact content`, () => {
cy.findByText(/LinkedIn/i)
cy.findByText(/Bluesky/i)
})
it(`should render the light/dark mode toggle`, () => {
cy.findByTestId(`color-mode-toggle`)
Expand Down

0 comments on commit 026c83d

Please sign in to comment.