Skip to content

Commit 859690e

Browse files
authored
Scheduler: Fix unstable tests - Visual Demo tests (#32631)
1 parent acbd122 commit 859690e

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

apps/demos/Demos/Scheduler/GroupByDate/React/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const App = () => {
2626
defaultCurrentDate={currentDate}
2727
height={730}
2828
startDayHour={9}
29-
endDayHour={16}
29+
endDayHour={19}
3030
crossScrollingEnabled={true}
3131
>
3232
<Resource

apps/demos/Demos/Scheduler/GroupByDate/ReactJs/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const App = () => {
2121
defaultCurrentDate={currentDate}
2222
height={730}
2323
startDayHour={9}
24-
endDayHour={16}
24+
endDayHour={19}
2525
crossScrollingEnabled={true}
2626
>
2727
<Resource

apps/demos/testing/skipped-tests.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ export const skippedTests = {
5252
'OdataService',
5353
'FocusedRow',
5454
],
55-
// NOTE: 'GroupByDate' demo has problems with rendering
56-
Scheduler: ['GroupByDate', 'Templates'],
5755
Map: ['ProvidersAndTypes', 'Markers', 'Routes'],
5856
Gantt: ['Validation'],
5957
TreeView: ['VirtualMode'],

0 commit comments

Comments
 (0)