1
0
charlie 1 жил өмнө
parent
commit
ece3b6df69

+ 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)