Skip to content

Commit 5dd3b3f

Browse files
skip
1 parent 2685b9c commit 5dd3b3f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • e2e/testcafe-devextreme/tests/scheduler/common/recurrences
  • packages/devextreme/testing/tests/DevExpress.ui.widgets/chatParts

e2e/testcafe-devextreme/tests/scheduler/common/recurrences/basic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { testScreenshot } from '../../../../helpers/themeUtils';
88
fixture`Rendering of the recurrence appointments in Scheduler `
99
.page(url(__dirname, '../../../container.html'));
1010

11-
test('Drag-n-drop recurrence appointment between dateTable and allDay panel', async (t) => {
11+
test.meta({ unstable: true })('Drag-n-drop recurrence appointment between dateTable and allDay panel', async (t) => {
1212
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
1313
const scheduler = new Scheduler('#container');
1414
const draggableAppointment = scheduler.getAppointment('Simple recurrence appointment');

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)