File tree Expand file tree Collapse file tree
e2e/testcafe-devextreme/tests/scheduler/common/recurrences
packages/devextreme/testing/tests/DevExpress.ui.widgets/chatParts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { testScreenshot } from '../../../../helpers/themeUtils';
88fixture `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' ) ;
Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments