Skip to content

Commit cdba81e

Browse files
dmlvrCopilot
andcommitted
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Dmitry Lavrinovich <52966626+dmlvr@users.noreply.github.com>
1 parent 78bdc6c commit cdba81e

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
@@ -5289,7 +5289,7 @@ QUnit.module('Accessibility', () => {
52895289
assert.strictEqual(instance.$element().find(`.${SCROLLVIEW_CONTENT_CLASS}`).eq(0).attr('role'), 'application');
52905290
});
52915291

5292-
QUnit.test(`scrollview-content role should be removed when dataSource are removed in realtime and repaintChangesOnly=${repaintChangesOnly} (T1329047)`, function(assert) {
5292+
QUnit.test(`scrollview-content role should be removed when dataSource is cleared at runtime and repaintChangesOnly=${repaintChangesOnly} (T1329047)`, function(assert) {
52935293
const instance = $('#list').dxList({ dataSource: ['Item 1'], repaintChangesOnly }).dxList('instance');
52945294

52955295
instance.option('dataSource', []);

0 commit comments

Comments
 (0)