Skip to content

Commit

Permalink
test: skip multiple-entrypoint playground for now (#11239)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Dec 7, 2022
1 parent a55d0b3 commit 8043fe4
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,7 +1,7 @@
import { expect, test } from 'vitest'
import { getColor, page, untilUpdated } from '~utils'

test('should have css applied on second dynamic import', async () => {
test.skip('should have css applied on second dynamic import', async () => {
await untilUpdated(() => page.textContent('.content'), 'Initial', true)
await page.click('.b')

Expand Down

0 comments on commit 8043fe4

Please sign in to comment.