[ACS-12069] Stabilize multibrowser test runs pt2 -> tests include + small fixes + multibrowser workflow manual trigger added (#5246)

* [ACS-12069] tests include + small fixes

* [ACS-12069] XAT-4526 fixes

* [ACS12069] changed toBe to toContain for getSortedColumnHeaderText usage

* [ACS-12069] XAT-4523 improvement

* [ACS-12069] sort list fixes
This commit is contained in:
Adam Świderski
2026-06-30 09:58:45 +02:00
committed by GitHub
parent 5892dfbdee
commit c5a6e8114e
15 changed files with 20 additions and 88 deletions
+2
View File
@@ -1,8 +1,10 @@
name: "Cron multibrowser E2E runs"
run-name: ${{ github.event_name == 'workflow_dispatch' && 'Manual multibrowser E2E run' || 'Cron multibrowser E2E run' }}
on:
schedule:
- cron: '0 6 * * 1-5' #At 06:00 on every day-of-week from Monday through Friday.
workflow_dispatch:
jobs:
chrome: