Skip to content

Commit

Permalink
test: fix the name
Browse files Browse the repository at this point in the history
  • Loading branch information
tnolet committed Nov 30, 2023
1 parent ca79e65 commit 83a72bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { expect, test } from '@playwright/test'

test.use({ actionTimeout: 10000 })

test('Danube Snapshot Test', async ({ page }) => {
test('WWW Snapshot Test', async ({ page }) => {
await page.goto('https://info.cern.ch/hypertext/WWW/TheProject.html')
await expect(page).toHaveScreenshot({ maxDiffPixels: 10000 })
console.log(process.env.SECRET_ENV)
Expand Down

0 comments on commit 83a72bb

Please sign in to comment.