Browse Source

wait for 6s

Tienson Qin 3 years ago
parent
commit
19455ed2c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      e2e-tests/flashcards.spec.ts

+ 1 - 1
e2e-tests/flashcards.spec.ts

@@ -40,7 +40,7 @@ test.skip('flashcard demo', async ({ page, block }) => {
   await block.mustFill('{{cards [[logseq]]}}')
   await page.keyboard.press('Enter')
   const queryCards = page.locator('text="No matched cards"')
-  await queryCards.waitFor({ state: 'hidden', timeout: 3000 })
+  await queryCards.waitFor({ state: 'hidden', timeout: 6000 })
 
   const numberLabel = page.locator('.cards-title')
   await numberLabel.waitFor({ state: 'visible' })