@alfresco/aca-playwright-shared 7.5.0-24770823677 → 7.5.0-24774609496

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7317,6 +7317,10 @@ const TEST_FILES = {
7317
7317
  name: 'file-protected',
7318
7318
  data: 'Lorem ipsum dolor sit amet',
7319
7319
  password: '0000'
7320
+ },
7321
+ AZW3_FILE: {
7322
+ path: resolve(__dirname, 'file-azw3.azw3'),
7323
+ name: 'file-azw3'
7320
7324
  }
7321
7325
  };
7322
7326