You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert.ok(scheduler.tooltip.isVisible(),'Tooltip should be visible after click on appointment');
106
105
107
106
scheduler.tooltip.clickOnDeleteButton();
108
-
assert.notOk(scheduler.tooltip.isVisible(),'Tooltip should be hide after click on remove button in tooltip');
107
+
assert.ok(scheduler.tooltip.isVisible(),'Tooltip should be visible after click on remove button in tooltip');
109
108
110
109
assert.equal(scheduler.instance.option('dataSource').length,initialDataCount-1,'Appointment should delete form dataSource after click on delete button in tooltip');
0 commit comments