chore: bump markdown e2e test wait period
This commit is contained in:
parent
cef97a162f
commit
9fb84187f0
@ -18,7 +18,7 @@ describe('e2e: markdown', () => {
|
|||||||
await page().type('textarea', '\n## foo\n\n- bar\n- baz')
|
await page().type('textarea', '\n## foo\n\n- bar\n- baz')
|
||||||
// assert the output is not updated yet because of debounce
|
// assert the output is not updated yet because of debounce
|
||||||
expect(await html('#editor div')).toBe('<h1 id="hello">hello</h1>\n')
|
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(
|
expect(await html('#editor div')).toBe(
|
||||||
'<h1 id="hello">hello</h1>\n' +
|
'<h1 id="hello">hello</h1>\n' +
|
||||||
'<h2 id="foo">foo</h2>\n' +
|
'<h2 id="foo">foo</h2>\n' +
|
||||||
|
Loading…
Reference in New Issue
Block a user