File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
packages/devextreme/testing/tests/DevExpress.ui.widgets Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,7 @@ QUnit.module('Context menu', () => {
6767 assert . strictEqual ( instance . option ( 'items' ) . length , 2 , 'items.length' ) ;
6868 } ) ;
6969
70- // TODO Chrome133: skipped during chrome update
71- QUnit . test . skip ( 'Context menu should have correct height on async render (T1258881)' , function ( assert ) {
70+ QUnit . test ( 'Context menu should have correct height on async render (T1258881)' , function ( assert ) {
7271 const done = assert . async ( ) ;
7372
7473 const menuTargetSelector = '#menuTarget' ;
Original file line number Diff line number Diff line change @@ -143,9 +143,7 @@ QUnit.module('Drawer behavior', () => {
143143 assert . equal ( $element . attr ( 'tabIndex' ) , undefined , 'tabIndex was removed' ) ;
144144 } ) ;
145145
146- // TODO Chrome133: skipped during chrome update
147- // true
148- [ false ] . forEach ( ( animationEnabled ) => {
146+ [ true , false ] . forEach ( ( animationEnabled ) => {
149147 QUnit . test ( `Toggle promise should be resolved after toggle finished (animationEnabled=${ animationEnabled } )` , function ( assert ) {
150148 assert . expect ( 1 ) ;
151149
You can’t perform that action at this time.
0 commit comments