Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit bc0cb4e

Browse files
committed
Fix tests
1 parent 70428fc commit bc0cb4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/select.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe('ui-select tests', function() {
4040
}
4141

4242
function getMatchLabel(el) {
43-
return $(el).find('.ui-select-match > div[ng-transclude]').text();
43+
return $(el).find('.ui-select-match > span[ng-transclude]').text();
4444
}
4545

4646
function clickItem(el, text) {

0 commit comments

Comments
 (0)