Skip to content

Commit 96444d6

Browse files
Fix expected rectangle values for horizontal grouping in virtual scrolling month view tests
1 parent c7c46cd commit 96444d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/virtual_scrolling.monthView.tests.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,10 @@ module('Virtual scrolling Month View', () => {
329329
{
330330
offset: { x: 1400 },
331331
expectedRects: [{
332+
left: -10324,
333+
top: -9859,
334+
width: 150
335+
}, {
332336
left: -9574,
333337
top: -9859,
334338
width: 450

0 commit comments

Comments
 (0)