Skip to content

Commit

Permalink
test: comment out flakey snapshot test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Feb 20, 2024
1 parent 12094ba commit 9968ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/components/UnderlineNav.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ test.describe('UnderlineNav', () => {
})

// Default state
expect(await page.screenshot()).toMatchSnapshot()
// expect(await page.screenshot()).toMatchSnapshot()

await page.setViewportSize({width: viewports['primer.breakpoint.sm'], height: 768})
await page.locator('button', {hasText: 'More Repository Items'}).waitFor()
Expand Down

0 comments on commit 9968ed8

Please sign in to comment.