Skip to content

Commit

Permalink
migrate latest test
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Osbourne committed Oct 4, 2024
1 parent 7a5890e commit 56ea0cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration-test/test-pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ test.describe('Test integration pages', () => {
)
})

it('Properly modifies localStorage entries', async () => {
test('Properly modifies localStorage entries', async ({ page }) => {
await testPage(
page,
'webcompat/pages/modify-localstorage.html',
`${process.cwd()}/integration-test/test-pages/webcompat/config/modify-localstorage.json`
)
Expand Down

0 comments on commit 56ea0cc

Please sign in to comment.