소스 검색

Remove only

Taichi Masuyama 3 년 전
부모
커밋
cdf78494d0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/app/test/integration/models/v5.page.test.js

+ 1 - 1
packages/app/test/integration/models/v5.page.test.js

@@ -1207,7 +1207,7 @@ describe('Page', () => {
 
 
   // see: https://dev.growi.org/635a314eac6bcd85cbf359fc about the specification
-  describe.only('updatePage with overwriteScopesOfDescendants true', () => {
+  describe('updatePage with overwriteScopesOfDescendants true', () => {
     test('(case 1) it should update all granted descendant pages when update grant is GRANT_PUBLIC', async() => {
       const upodPagegAB = await Page.findOne({ path: '/gAB_upod_1' });
       const upodPagegB = await Page.findOne({ path: '/gAB_upod_1/gB_upod_1' });