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:
Kaan Kabalak
2022-02-04 07:52:28 -08:00
committed by GitHub
parent 4e14ec2742
commit 9e843f4ba0
4 changed files with 10 additions and 4 deletions

View File

@@ -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: |