Skip to content

Commit 9df3d85

Browse files
committed
test: fix test
1 parent 1b43cdc commit 9df3d85

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/desktopTooltip.tests.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ QUnit.test('itemTemplate passed to createComponent should work correct', async f
275275
stubComponent.option.reset();
276276
const e = { event: { stopPropagation: sinon.spy() } };
277277
stubCreateComponent.getCall(2).args[2].onClick(e);
278-
assert.deepEqual(stubComponent.option.getCall(0).args, ['visible', true], 'tooltip is visible');
279278
assert.ok(e.event.stopPropagation.called);
280279
assert.deepEqual(stubCheckAndDeleteAppointment.getCall(0).args, [item.appointment, item.targetedAppointment]);
281280
});

0 commit comments

Comments
 (0)