We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2685b9c commit e58ac60Copy full SHA for e58ac60
1 file changed
packages/devextreme/testing/tests/DevExpress.ui.widgets/chatParts/chat.tests.js
@@ -1142,7 +1142,7 @@ QUnit.module('Chat', () => {
1142
assert.strictEqual(this.$textArea.hasClass(FOCUSED_STATE_CLASS), true, 'input is focused');
1143
});
1144
1145
- QUnit.testInActiveWindow('editing preview should be hidden after the message is deleted', async function(assert) {
+ QUnit.skip('editing preview should be hidden after the message is deleted', async function(assert) {
1146
const items = [
1147
{ text: 'a', author: userFirst },
1148
{ text: 'b', author: userSecond },
0 commit comments