We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e654c37 commit 1d9c99fCopy full SHA for 1d9c99f
e2e/testcafe-devextreme/tests/scheduler/common/scrollTo.ts
@@ -152,7 +152,7 @@ test('ScrollTo works correctly with RTL mode', async (t) => {
152
height: 580,
153
}));
154
155
-test('ScrollTo works correctly with timeline views (native, sync header/workspace)', async (t) => {
+test('ScrollTo works correctly with timeline views (native, sync header/workspace) (T749957)', async (t) => {
156
const scheduler = new Scheduler('#container');
157
158
const views = [{ name: 'timelineDay' }, { name: 'timelineWeek' }];
0 commit comments