Skip to content

Commit

Permalink
Small change
Browse files Browse the repository at this point in the history
  • Loading branch information
skitterm committed Dec 18, 2023
1 parent cf0f1dd commit 71f2a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/spec.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('template spec', () => {
cy.visit('http://localhost:3000/restaurants/2')

cy.wait(1000)
// @ts-expect-error
// @ts-expect-error as
cy.takeChromaticArchive()

cy.contains('h4', 'Fries').click()
Expand Down

0 comments on commit 71f2a96

Please sign in to comment.