mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-16 18:12:50 +00:00
[ACS-12817] special permissions refactor continues
This commit is contained in:
committed by
Adam Świderski
parent
f5aad3a5d0
commit
cbc91796c0
@@ -40,8 +40,8 @@ const { execFileSync } = require('child_process');
|
||||
const BROWSERS = ['chrome', 'firefox', 'webkit', 'msedge'];
|
||||
const BLOBS_DIR = 'all-blobs';
|
||||
const EXCLUDE_ROOT = path.join('e2e', 'playwright');
|
||||
// Matrix suite name -> test folder, for the single suite whose folder name differs.
|
||||
const SUITE_TO_FOLDER = { 'special-permissions': 'special-permissions-actions-available' };
|
||||
// Matrix suite name -> test folder, for any suite whose folder name differs from its matrix name.
|
||||
const SUITE_TO_FOLDER = {};
|
||||
|
||||
const PLAYWRIGHT_BIN = path.join('node_modules', '.bin', 'playwright');
|
||||
|
||||
|
||||
@@ -81,8 +81,12 @@ jobs:
|
||||
id: 4
|
||||
- name: "navigation"
|
||||
id: 5
|
||||
- name: "special-permissions"
|
||||
- name: "special-permissions-consumer"
|
||||
id: 6
|
||||
- name: "special-permissions-collaborator-locked"
|
||||
id: 23
|
||||
- name: "special-permissions-folders-repository"
|
||||
id: 24
|
||||
- name: "pagination"
|
||||
id: 7
|
||||
- name: "list-views"
|
||||
|
||||
@@ -181,8 +181,12 @@ jobs:
|
||||
id: 4
|
||||
- name: "navigation"
|
||||
id: 5
|
||||
- name: "special-permissions"
|
||||
- name: "special-permissions-consumer"
|
||||
id: 6
|
||||
- name: "special-permissions-collaborator-locked"
|
||||
id: 23
|
||||
- name: "special-permissions-folders-repository"
|
||||
id: 24
|
||||
- name: "pagination"
|
||||
id: 7
|
||||
- name: "list-views"
|
||||
|
||||
@@ -100,8 +100,12 @@ jobs:
|
||||
id: 4
|
||||
- name: "navigation"
|
||||
id: 5
|
||||
- name: "special-permissions"
|
||||
- name: "special-permissions-consumer"
|
||||
id: 6
|
||||
- name: "special-permissions-collaborator-locked"
|
||||
id: 23
|
||||
- name: "special-permissions-folders-repository"
|
||||
id: 24
|
||||
- name: "pagination"
|
||||
id: 7
|
||||
- name: "list-views"
|
||||
|
||||
Reference in New Issue
Block a user