|
@@ -143,6 +143,7 @@ test('template', async ({ page, block }) => {
|
|
|
await block.waitForBlocks(5)
|
|
|
|
|
|
// NOTE: use delay to type slower, to trigger auto-completion UI.
|
|
|
+ await block.clickNext()
|
|
|
await block.mustType('/template')
|
|
|
|
|
|
await page.click('[title="Insert a created template here"]')
|
|
@@ -153,7 +154,7 @@ test('template', async ({ page, block }) => {
|
|
|
await popupMenuItem.waitFor({ timeout: 2000 }) // wait for template search
|
|
|
await popupMenuItem.click()
|
|
|
|
|
|
- await block.waitForBlocks(8)
|
|
|
+ await block.waitForBlocks(9)
|
|
|
})
|
|
|
|
|
|
test('auto completion square brackets', async ({ page, block }) => {
|