Skip to content

Commit ad3d3f0

Browse files
Unskip tests after chrome 133 update (DevExpress#29790)
1 parent ae07974 commit ad3d3f0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/devextreme/testing/tests/DevExpress.ui.widgets/drawer.tests.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)