Quellcode durchsuchen

change test title

yohei0125 vor 4 Jahren
Ursprung
Commit
7877ed06bd
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      packages/app/test/integration/service/v5.non-public-page.test.ts

+ 1 - 1
packages/app/test/integration/service/v5.non-public-page.test.ts

@@ -488,7 +488,7 @@ describe('PageService page operations with non-public pages', () => {
       expect(renamedGrandchildPage).toBeNull();
 
     });
-    test('Should rename/move with descendants with only restricted pages', async() => {
+    test('Should rename/move multiple pages: child page with GRANT_RESTRICTED should NOT be renamed.', async() => {
       // BR => Before Rename
       const path1BR = '/np_rename7_destination';
       const path2BR = '/np_rename8';