Skip to content

Commit

Permalink
Drop E2E tests with snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
LSViana committed Oct 24, 2023
1 parent efce2b9 commit a7556d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/e2e/experiments/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,4 @@ test.describe('Experiments page', () => {
test('has footer', async () => {
await expect(page.locator('text=Created by Lucas Viana.')).toBeVisible()
})

test('matches screenshot', async () => {
await expect(await page.screenshot()).toMatchSnapshot()
})
})
Binary file not shown.

1 comment on commit a7556d1

@vercel
Copy link

@vercel vercel bot commented on a7556d1 Oct 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web-labs – ./

web-labs.vercel.app
web-labs-lsviana.vercel.app
web-labs-git-main-lsviana.vercel.app

Please sign in to comment.