Преглед изворни кода

Unskip test as it was fixed in #6088

Gabriel Horner пре 3 година
родитељ
комит
25943d253d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      e2e-tests/flashcards.spec.ts

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

@@ -3,7 +3,7 @@ import { test } from './fixtures'
 import { createRandomPage } from './utils'
 import { createRandomPage } from './utils'
 
 
 
 
-test.skip('flashcard demo', async ({ page, block }) => {
+test('flashcard demo', async ({ page, block }) => {
   await createRandomPage(page)
   await createRandomPage(page)
 
 
   await block.mustFill('Why do you add cards? #card #logseq')
   await block.mustFill('Why do you add cards? #card #logseq')