]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: bump markdown e2e test wait period
authorEvan You <yyx990803@gmail.com>
Fri, 14 Aug 2020 21:07:42 +0000 (17:07 -0400)
committerEvan You <yyx990803@gmail.com>
Fri, 14 Aug 2020 21:07:42 +0000 (17:07 -0400)
packages/vue/examples/__tests__/markdown.spec.ts

index f5496f8aa6ba13eb9902e19ba68ca63b61cb30fa..b6101a9df7b8f68b343deb3929f329d2470c5511 100644 (file)
@@ -18,7 +18,7 @@ describe('e2e: markdown', () => {
     await page().type('textarea', '\n## foo\n\n- bar\n- baz')
     // assert the output is not updated yet because of debounce
     expect(await html('#editor div')).toBe('<h1 id="hello">hello</h1>\n')
-    await page().waitFor(100)
+    await page().waitFor(200)
     expect(await html('#editor div')).toBe(
       '<h1 id="hello">hello</h1>\n' +
         '<h2 id="foo">foo</h2>\n' +