소스 검색

fix: tests

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)