Skip to content

Commit 78bdc6c

Browse files
committed
fix test name
1 parent cf61bee commit 78bdc6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/devextreme/testing/tests/DevExpress.ui.widgets/listParts

packages/devextreme/testing/tests/DevExpress.ui.widgets/listParts/commonTests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5297,7 +5297,7 @@ QUnit.module('Accessibility', () => {
52975297
assert.strictEqual(instance.$element().find(`.${SCROLLVIEW_CONTENT_CLASS}`).eq(0).attr('role'), undefined);
52985298
});
52995299

5300-
QUnit.test(`scrollview-content role should be restored when dataSource are added in realtime and repaintChangesOnly=${repaintChangesOnly} (T1329047)`, function(assert) {
5300+
QUnit.test(`scrollview-content role should be restored when dataSource is set at runtime and repaintChangesOnly=${repaintChangesOnly} (T1329047)`, function(assert) {
53015301
const instance = $('#list').dxList({ dataSource: [], repaintChangesOnly }).dxList('instance');
53025302

53035303
instance.option('dataSource', ['Item 1']);

0 commit comments

Comments
 (0)