Explorar o código

imprv variables

kaori %!s(int64=3) %!d(string=hai) anos
pai
achega
fe37c3c1fb
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  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 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 pageE2User1;