@@ -241,7 +241,7 @@ jobs:
241
241
- name : Run TestCafe Tests
242
242
uses : DevExpress/testcafe-action@latest
243
243
with :
244
- args : ' "chrome --headless --no-sandbox" portal-ui/tests/permissions-1/ --skip-js-errors -c 3'
244
+ args : ' "firefox --headless --no-sandbox" portal-ui/tests/permissions-1/ --skip-js-errors -c 3'
245
245
246
246
- name : Clean up users & policies
247
247
run : |
@@ -287,7 +287,7 @@ jobs:
287
287
- name : Run TestCafe Tests
288
288
uses : DevExpress/testcafe-action@latest
289
289
with :
290
- args : ' "chrome --headless --no-sandbox" portal-ui/tests/permissions-2/ --skip-js-errors -c 3'
290
+ args : ' "firefox --headless --no-sandbox" portal-ui/tests/permissions-2/ --skip-js-errors -c 3'
291
291
292
292
- name : Clean up users & policies
293
293
run : |
@@ -333,7 +333,7 @@ jobs:
333
333
- name : Run TestCafe Tests
334
334
uses : DevExpress/testcafe-action@latest
335
335
with :
336
- args : ' "chrome --headless --no-sandbox" portal-ui/tests/permissions-3/ --skip-js-errors -c 3'
336
+ args : ' "firefox --headless --no-sandbox" portal-ui/tests/permissions-3/ --skip-js-errors -c 3'
337
337
338
338
- name : Clean up users & policies
339
339
run : |
@@ -379,7 +379,7 @@ jobs:
379
379
timeout-minutes : 10
380
380
uses : DevExpress/testcafe-action@latest
381
381
with :
382
- args : ' "chrome --headless --no-sandbox" portal-ui/tests/permissions-4/ --skip-js-errors'
382
+ args : ' "firefox --headless --no-sandbox" portal-ui/tests/permissions-4/ --skip-js-errors'
383
383
all-permissions-5 :
384
384
name : Permissions Tests Part 5
385
385
needs :
@@ -419,7 +419,7 @@ jobs:
419
419
timeout-minutes : 5
420
420
uses : DevExpress/testcafe-action@latest
421
421
with :
422
- args : ' "chrome --headless --no-sandbox" portal-ui/tests/permissions-5/ --skip-js-errors'
422
+ args : ' "firefox --headless --no-sandbox" portal-ui/tests/permissions-5/ --skip-js-errors'
423
423
all-permissions-6 :
424
424
name : Permissions Tests Part 6
425
425
needs :
@@ -459,7 +459,7 @@ jobs:
459
459
timeout-minutes : 5
460
460
uses : DevExpress/testcafe-action@latest
461
461
with :
462
- args : ' "chrome --headless --no-sandbox" portal-ui/tests/permissions-6/ --skip-js-errors'
462
+ args : ' "firefox --headless --no-sandbox" portal-ui/tests/permissions-6/ --skip-js-errors'
463
463
all-permissions-7 :
464
464
name : Permissions Tests Part 7
465
465
needs :
@@ -499,7 +499,7 @@ jobs:
499
499
timeout-minutes : 5
500
500
uses : DevExpress/testcafe-action@latest
501
501
with :
502
- args : ' "chrome --headless --no-sandbox" portal-ui/tests/permissions-7/ --skip-js-errors'
502
+ args : ' "firefox --headless --no-sandbox" portal-ui/tests/permissions-7/ --skip-js-errors'
503
503
all-permissions-8 :
504
504
name : Permissions Tests Part 8
505
505
needs :
@@ -579,7 +579,7 @@ jobs:
579
579
- name : Run TestCafe Tests
580
580
uses : DevExpress/testcafe-action@latest
581
581
with :
582
- args : ' "chrome --headless --no-sandbox" portal-ui/tests/permissions-9/ --skip-js-errors -c 3'
582
+ args : ' "firefox --headless --no-sandbox" portal-ui/tests/permissions-9/ --skip-js-errors -c 3'
583
583
584
584
- name : Clean up users & policies
585
585
run : |
@@ -624,7 +624,7 @@ jobs:
624
624
- name : Run TestCafe Tests
625
625
uses : DevExpress/testcafe-action@latest
626
626
with :
627
- args : ' "chrome --headless --no-sandbox" portal-ui/tests/permissions-A/ --skip-js-errors -c 3'
627
+ args : ' "firefox --headless --no-sandbox" portal-ui/tests/permissions-A/ --skip-js-errors -c 3'
628
628
629
629
- name : Clean up users & policies
630
630
run : |
@@ -669,7 +669,7 @@ jobs:
669
669
- name : Run TestCafe Tests
670
670
uses : DevExpress/testcafe-action@latest
671
671
with :
672
- args : ' "chrome --headless --no-sandbox" portal-ui/tests/permissions-B/ --skip-js-errors -c 3'
672
+ args : ' "firefox --headless --no-sandbox" portal-ui/tests/permissions-B/ --skip-js-errors -c 3'
673
673
674
674
- name : Clean up users & policies
675
675
run : |
0 commit comments