Tienson Qin 2 years ago
parent
commit
3977aa4b6b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      e2e-tests/editor.spec.ts

+ 1 - 0
e2e-tests/editor.spec.ts

@@ -190,6 +190,7 @@ test('copy & paste block ref and replace its content', async ({ page, block }) =
 
   // Trigger replace-block-reference-with-content-at-point
   await page.keyboard.press(modKey + '+Shift+r')
+  await page.waitForTimeout(100)
 
   await expect(page.locator('textarea >> nth=0')).toHaveValue('Some random text')
   await block.escapeEditing()