1
0
Эх сурвалжийг харах

Wait a bit longer for the cards number update

Tienson Qin 3 жил өмнө
parent
commit
91c09889f0

+ 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: 1000 })
+  await queryCards.waitFor({ state: 'hidden', timeout: 3000 })
 
   const numberLabel = page.locator('.cards-title')
   await numberLabel.waitFor({ state: 'visible' })