Skip to content

Commit e58ac60

Browse files
skip
1 parent 2685b9c commit e58ac60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

packages/devextreme/testing/tests/DevExpress.ui.widgets/chatParts/chat.tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,7 @@ QUnit.module('Chat', () => {
11421142
assert.strictEqual(this.$textArea.hasClass(FOCUSED_STATE_CLASS), true, 'input is focused');
11431143
});
11441144

1145-
QUnit.testInActiveWindow('editing preview should be hidden after the message is deleted', async function(assert) {
1145+
QUnit.skip('editing preview should be hidden after the message is deleted', async function(assert) {
11461146
const items = [
11471147
{ text: 'a', author: userFirst },
11481148
{ text: 'b', author: userSecond },

0 commit comments

Comments
 (0)