Skip to content

Commit b84a480

Browse files
authored
Scheduler: Fix unstable tests - Visual Demo tests (#32625)
1 parent 5dc8520 commit b84a480

3 files changed

Lines changed: 2 additions & 6 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
@@ -27,7 +27,7 @@ const App = () => {
2727
defaultCurrentDate={currentDate}
2828
height={730}
2929
startDayHour={9}
30-
endDayHour={16}
30+
endDayHour={19}
3131
crossScrollingEnabled={true}
3232
>
3333
<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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,14 @@ export const skippedTests = {
44
Map: ['ProvidersAndTypes', 'Markers', 'Routes'],
55
},
66
Angular: {
7-
Scheduler: ['Templates'],
87
// WebGL initialization error at the provider. There is no point in adding a mask
98
Map: ['ProvidersAndTypes', 'Markers', 'Routes'],
109
},
1110
React: {
12-
// NOTE: 'GroupByDate' demo has problems with rendering
13-
Scheduler: ['GroupByDate', 'Templates'],
1411
// WebGL initialization error at the provider. There is no point in adding a mask
1512
Map: ['ProvidersAndTypes', 'Markers', 'Routes'],
1613
},
1714
Vue: {
18-
Scheduler: ['Templates'],
1915
// WebGL initialization error at the provider. There is no point in adding a mask
2016
Map: ['ProvidersAndTypes', 'Markers', 'Routes'],
2117
},

0 commit comments

Comments
 (0)