فهرست منبع

imprv variables

kaori 3 سال پیش
والد
کامیت
fe37c3c1fb
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      packages/app/test/integration/service/page-grant.test.js

+ 3 - 3
packages/app/test/integration/service/page-grant.test.js

@@ -48,9 +48,9 @@ describe('PageGrantService', () => {
   const pageRootAnyoneWithTheLinkPagePath = '/AnyoneWithTheLink';
   const pageRootAnyoneWithTheLinkPagePath = '/AnyoneWithTheLink';
   const pageRootOnlyInsideTheGroupPagePath = '/OnlyInsideTheGroup';
   const pageRootOnlyInsideTheGroupPagePath = '/OnlyInsideTheGroup';
 
 
-  const pagePublicOnlyMePath = '/Public/OnlyMe';
-  const pagePublicAnyoneWithTheLinkPath = '/Public/AnyoneWithTheLink';
-  const pagePublicOnlyInsideTheGroupPath = '/Public/OnlyInsideTheGroup';
+  const pagePublicOnlyMePath = `${pageRootPublicPath}/OnlyMe`;
+  const pagePublicAnyoneWithTheLinkPath = `${pageRootPublicPath}/AnyoneWithTheLink`;
+  const pagePublicOnlyInsideTheGroupPath = `${pageRootPublicPath}/OnlyInsideTheGroup`;
 
 
   let pageE1Public;
   let pageE1Public;
   let pageE2User1;
   let pageE2User1;