Futa Arai 2 лет назад
Родитель
Сommit
5dcff18313
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/app/test/integration/models/v5.page.test.js

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

@@ -1074,7 +1074,7 @@ describe('Page', () => {
         });
       });
       describe('update grant of a page under a page with GRANT_USER_GROUP', () => {
-        test.only('successfully change to GRANT_USER_GROUP if the group to set is the child or descendant of the parent page group', async() => {
+        test('successfully change to GRANT_USER_GROUP if the group to set is the child or descendant of the parent page group', async() => {
           // path
           const _path1 = '/mup29_A';
           const _path2 = '/mup29_A/mup30_owner';