File tree Expand file tree Collapse file tree
eform-client/playwright/e2e/plugins/time-planning-pn Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010-- shard exercises the flag-on rendering / form / picker code paths. The
1111-- workflow runs this AFTER `Wait for app` (which gates on migrations being
1212-- complete) and BEFORE the matrix Playwright invocation.
13- UPDATE AssignedSites SET UseOneMinuteIntervals = 1 WHERE WorkflowState = ' created' ;
13+ UPDATE AssignedSites
14+ SET UseOneMinuteIntervals = 1 ,
15+ ThirdShiftActive = 1 ,
16+ FourthShiftActive = 1 ,
17+ FifthShiftActive = 1
18+ WHERE WorkflowState = ' created' ;
Original file line number Diff line number Diff line change 1010-- shard exercises the flag-on rendering / form / picker code paths. The
1111-- workflow runs this AFTER `Wait for app` (which gates on migrations being
1212-- complete) and BEFORE the matrix Playwright invocation.
13- UPDATE AssignedSites SET UseOneMinuteIntervals = 1 WHERE WorkflowState = ' created' ;
13+ UPDATE AssignedSites
14+ SET UseOneMinuteIntervals = 1 ,
15+ ThirdShiftActive = 1 ,
16+ FourthShiftActive = 1 ,
17+ FifthShiftActive = 1
18+ WHERE WorkflowState = ' created' ;
Original file line number Diff line number Diff line change 1010-- shard exercises the flag-on rendering / form / picker code paths. The
1111-- workflow runs this AFTER `Wait for app` (which gates on migrations being
1212-- complete) and BEFORE the matrix Playwright invocation.
13- UPDATE AssignedSites SET UseOneMinuteIntervals = 1 WHERE WorkflowState = ' created' ;
13+ UPDATE AssignedSites
14+ SET UseOneMinuteIntervals = 1 ,
15+ ThirdShiftActive = 1 ,
16+ FourthShiftActive = 1 ,
17+ FifthShiftActive = 1
18+ WHERE WorkflowState = ' created' ;
Original file line number Diff line number Diff line change 1010-- shard exercises the flag-on rendering / form / picker code paths. The
1111-- workflow runs this AFTER `Wait for app` (which gates on migrations being
1212-- complete) and BEFORE the matrix Playwright invocation.
13- UPDATE AssignedSites SET UseOneMinuteIntervals = 1 WHERE WorkflowState = ' created' ;
13+ UPDATE AssignedSites
14+ SET UseOneMinuteIntervals = 1 ,
15+ ThirdShiftActive = 1 ,
16+ FourthShiftActive = 1 ,
17+ FifthShiftActive = 1
18+ WHERE WorkflowState = ' created' ;
Original file line number Diff line number Diff line change 1010-- shard exercises the flag-on rendering / form / picker code paths. The
1111-- workflow runs this AFTER `Wait for app` (which gates on migrations being
1212-- complete) and BEFORE the matrix Playwright invocation.
13- UPDATE AssignedSites SET UseOneMinuteIntervals = 1 WHERE WorkflowState = ' created' ;
13+ UPDATE AssignedSites
14+ SET UseOneMinuteIntervals = 1 ,
15+ ThirdShiftActive = 1 ,
16+ FourthShiftActive = 1 ,
17+ FifthShiftActive = 1
18+ WHERE WorkflowState = ' created' ;
Original file line number Diff line number Diff line change 1010-- shard exercises the flag-on rendering / form / picker code paths. The
1111-- workflow runs this AFTER `Wait for app` (which gates on migrations being
1212-- complete) and BEFORE the matrix Playwright invocation.
13- UPDATE AssignedSites SET UseOneMinuteIntervals = 1 WHERE WorkflowState = ' created' ;
13+ UPDATE AssignedSites
14+ SET UseOneMinuteIntervals = 1 ,
15+ ThirdShiftActive = 1 ,
16+ FourthShiftActive = 1 ,
17+ FifthShiftActive = 1
18+ WHERE WorkflowState = ' created' ;
Original file line number Diff line number Diff line change 1010-- shard exercises the flag-on rendering / form / picker code paths. The
1111-- workflow runs this AFTER `Wait for app` (which gates on migrations being
1212-- complete) and BEFORE the matrix Playwright invocation.
13- UPDATE AssignedSites SET UseOneMinuteIntervals = 1 WHERE WorkflowState = ' created' ;
13+ UPDATE AssignedSites
14+ SET UseOneMinuteIntervals = 1 ,
15+ ThirdShiftActive = 1 ,
16+ FourthShiftActive = 1 ,
17+ FifthShiftActive = 1
18+ WHERE WorkflowState = ' created' ;
Original file line number Diff line number Diff line change 1010-- shard exercises the flag-on rendering / form / picker code paths. The
1111-- workflow runs this AFTER `Wait for app` (which gates on migrations being
1212-- complete) and BEFORE the matrix Playwright invocation.
13- UPDATE AssignedSites SET UseOneMinuteIntervals = 1 WHERE WorkflowState = ' created' ;
13+ UPDATE AssignedSites
14+ SET UseOneMinuteIntervals = 1 ,
15+ ThirdShiftActive = 1 ,
16+ FourthShiftActive = 1 ,
17+ FifthShiftActive = 1
18+ WHERE WorkflowState = ' created' ;
You can’t perform that action at this time.
0 commit comments