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 02c880d commit adaaf8cCopy full SHA for adaaf8c
packages/devextreme/testing/tests/DevExpress.ui.widgets/drawer.tests.js
@@ -157,7 +157,7 @@ QUnit.module('Drawer behavior', () => {
157
const timeout = setTimeout(() => {
158
assert.ok(false, 'toggle promise was not resolved');
159
done();
160
- }, 10);
+ }, 100);
161
162
instance.toggle().then(() => {
163
clearTimeout(timeout);
@@ -189,7 +189,7 @@ QUnit.module('Drawer behavior', () => {
189
190
assert.ok(false, 'promise was not resolved');
191
192
193
194
const methodToCall = opened ? 'show' : 'hide';
195
0 commit comments