Skip to content

Commit

Permalink
test: fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Jun 11, 2022
1 parent 3eb8a99 commit dd7448b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/css/postcss-caching/css.spec.ts
Expand Up @@ -36,7 +36,7 @@ test('postcss config', async () => {
blueApp = null

greenApp = await startServer(greenAppDir)
await page.goto(`http://localhost:${port}`)
await page.reload() // hmr reloads it automatically but reload here for consistency
const greenA = await page.$('.postcss-a')
expect(await getColor(greenA)).toBe('black')
const greenB = await page.$('.postcss-b')
Expand Down

0 comments on commit dd7448b

Please sign in to comment.