Skip to content

Commit

Permalink
chore(): fix a test
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed Jan 23, 2021
1 parent ab6a3b4 commit 22d8498
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions e2e/scroll-seek-placeholder.test.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
describe('list with scroll seek placeholders', () => {
beforeAll(async () => {
await page.goto('http://localhost:1234/scroll-seek-placeholder')
})

beforeEach(async () => {
await page.reload()
await page.goto('http://localhost:1234/scroll-seek-placeholder')
await page.waitForSelector('#test-root div')
await page.waitForTimeout(100)
})

Expand Down

0 comments on commit 22d8498

Please sign in to comment.