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
{{ message }}
This repository was archived by the owner on Jul 29, 2022. It is now read-only.
assert.deepEqual(optionsList,expected_result,'Options get auto assigned integer values in order of input and options are sorted by label based on sortselectoptions option');
assert.deepEqual(optionsList,expected_result,'Options are sorted either in order of object definition or by label depending on sortselectoptions option');
128
+
});
68
129
QUnit.module('select-boxes setting selected');
69
130
QUnit.test('Explicitly setting a selected option',function(assert){
0 commit comments