[ACS-12817] special permissions refactor continues

This commit is contained in:
Adam Świderski
2026-09-16 14:57:37 +02:00
committed by Adam Świderski
parent f5aad3a5d0
commit cbc91796c0
29 changed files with 494 additions and 41 deletions
+2 -2
View File
@@ -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"
+5 -1
View File
@@ -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"
+5 -1
View File
@@ -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"