Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yandeu committed May 7, 2024
1 parent 759767a commit 20d41cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/e2e/unauthorized.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ describe('connection', () => {
setTimeout(() => {
expect(connections).toBe(0)
done()
}, 1000)
}, 5000)

page.goto('http://localhost:4000/e2e/unauthorized.html')
})
})

Expand All @@ -43,8 +45,6 @@ describe('unauthorized', () => {
})
})

await page.goto('http://localhost:4000/e2e/unauthorized.html')

afterAll(async () => {
const close = () => {
return new Promise(resolve => {
Expand Down

0 comments on commit 20d41cd

Please sign in to comment.