charlie 1 rok temu
rodzic
commit
ece3b6df69
1 zmienionych plików z 1 dodań i 1 usunięć
  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)