We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889824d commit 77869b3Copy full SHA for 77869b3
test/pulldown.js
@@ -54,8 +54,6 @@ $(document).ready(function() {
54
altLabelContent: 'name'
55
}).render();
56
57
- $('body').append(pulldown.el);
58
-
59
$(pulldown.el).find('input').click();
60
$(pulldown._menu.el).find('li a').eq(1).click();
61
@@ -89,11 +87,11 @@ $(document).ready(function() {
89
87
emptyItem: true
90
88
91
92
93
+ //select emptyItem
94
95
$(pulldown._menu.el).find('li a').eq(0).click();
96
+ //check if selection is empty
97
equal(coffee.get('region'),null);
98
99
});
0 commit comments