Skip to content

Commit 8086160

Browse files
resolve some review comments
1 parent 3a13078 commit 8086160

File tree

1 file changed

+1
-1
lines changed
  • packages/devextreme/testing/tests/DevExpress.ui.widgets.editors

1 file changed

+1
-1
lines changed

packages/devextreme/testing/tests/DevExpress.ui.widgets.editors/tagBox.tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6725,7 +6725,7 @@ QUnit.module('dataSource integration', moduleSetup, () => {
67256725
instance._list.reload();
67266726
const $tags = instance.$element().find(`.${TAGBOX_TAG_CLASS}`);
67276727

6728-
assert.strictEqual($tags.length, 1, 'One tag is rendered after click');
6728+
assert.strictEqual($tags.length, 1, 'One tag is rendered after reload');
67296729
assert.strictEqual($tags.eq(0).text().trim(), 'name1', 'Correct tag text is rendered');
67306730
assert.strictEqual(instance.option('value')[0], 'name1 schema1', 'Correct value is stored');
67316731

0 commit comments

Comments
 (0)