Skip to content

Commit 26a604d

Browse files
Unskip tests after chrome 133 update (DevExpress#29789)
1 parent 449ff47 commit 26a604d

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

packages/devextreme/testing/tests/DevExpress.ui.widgets/contextMenu.async.tests.js

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

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)