charlie преди 1 година
родител
ревизия
ece3b6df69
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      e2e-tests/logseq-api.spec.ts

+ 1 - 1
e2e-tests/logseq-api.spec.ts

@@ -1,7 +1,7 @@
 import { test } from './fixtures'
 import { expect } from '@playwright/test'
 
-test.skip('block related apis',
+test('block related apis',
   async ({ page }) => {
     const callAPI = callPageAPI.bind(null, page)