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.equal(onCustomItemCreating.callCount,0,'action has not been called');
2381
2381
});
2382
2382
2383
+
QUnit.test('onCustomItemCreating should not be called when customItemCreateEvent is equal to empty string and component loses focus (T1269852)',function(assert){
assert.strictEqual(onCustomItemCreating.callCount,0,'action has not been called');
2399
+
});
2400
+
2383
2401
QUnit.test('onCustomItemCreating should not be called more then once even when there is value change handler call inside of event handler (T893205)',function(assert){
0 commit comments