Add concurrency argument for Permission testing (#1510)
* Add concurrency argument for Permission testing * Create group before trying to view table * Increase wait duration for one of the Diagnostic tests
This commit is contained in:
2
.github/workflows/permissions.yml
vendored
2
.github/workflows/permissions.yml
vendored
@@ -63,7 +63,7 @@ jobs:
|
||||
- name: Run TestCafe Tests
|
||||
uses: DevExpress/testcafe-action@latest
|
||||
with:
|
||||
args: '"chrome:headless" portal-ui/tests/permissions/ --skip-js-errors '
|
||||
args: '"chrome:headless" portal-ui/tests/permissions/ --skip-js-errors -c 3'
|
||||
|
||||
- name: Clean up users & policies
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user