We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae07974 commit ad3d3f0Copy full SHA for ad3d3f0
packages/devextreme/testing/tests/DevExpress.ui.widgets/drawer.tests.js
@@ -143,9 +143,7 @@ QUnit.module('Drawer behavior', () => {
143
assert.equal($element.attr('tabIndex'), undefined, 'tabIndex was removed');
144
});
145
146
- // TODO Chrome133: skipped during chrome update
147
- // true
148
- [false].forEach((animationEnabled) => {
+ [true, false].forEach((animationEnabled) => {
149
QUnit.test(`Toggle promise should be resolved after toggle finished (animationEnabled=${animationEnabled})`, function(assert) {
150
assert.expect(1);
151
0 commit comments