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
it('should define an item datacontext containing a string as cell value and expect this value to be loaded in the editor when calling "loadValue"',()=>{
144
144
editor=newAutoCompleteEditor(editorArguments);
145
145
editor.loadValue(mockItemData);
146
-
consteditorElm=editor.editorDomElement;
147
146
148
147
expect(editor.getValue()).toBe('male');
149
-
expect(editorElm[0].defaultValue).toBe('male');
150
148
});
151
149
152
150
it('should define an item datacontext containing a complex object as cell value and expect this value to be loaded in the editor when calling "loadValue"',()=>{
0 commit comments