Skip to content

Commit

Permalink
Layout shift caused
Browse files Browse the repository at this point in the history
  • Loading branch information
skitterm committed Dec 8, 2023
1 parent 94d6ebd commit 305589a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cypress/e2e/spec.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ describe('template spec', () => {
cy.visit('http://localhost:3000/restaurants/2')

cy.wait(1000)
// await takeArchive(page, testInfo)
// @ts-expect-error
cy.takeChromaticArchive()

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

cy.get('[data-testid="modal"]').should('be.visible')

// await takeArchive(page, testInfo)
// @ts-expect-error
cy.takeChromaticArchive()

cy.contains('button', /add for €2\.50/).click()

Expand Down
1 change: 1 addition & 0 deletions src/pages/HomePage/components/Banner/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ const StyledHeading = styled(Heading)(
color: ${color.primaryText};
font-weight: 900;
}
max-width: 30vw;
`
)

Expand Down

0 comments on commit 305589a

Please sign in to comment.