mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user