Skip to content

Commit 65350d3

Browse files
committed
test(dropdownSelector): update test to use jQuery3 syntax
1 parent e33e670 commit 65350d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/configuration/dropdownSelector.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ describe('dropdownSelector', function () {
8080
describe('does NOT toggle dropdown', function () {
8181
it('if dropdownSelector is NOT specified', function () {
8282
var html = '<div class="dropdown">' +
83-
'<a class="dropdown-toggle" id="dropdown" role="button" data-toggle="dropdown" data-target="#" href="#">' +
83+
'<a class="dropdown-toggle" id="dropdown" role="button" data-toggle="dropdown" data-target=".dropdown" href="#">' +
8484
' <div class="input-group">' +
8585
' <input type="text" class="form-control" data-ng-model="data.dateDropDownInputNoFormatting">' +
8686
' <span class="input-group-addon"><i class="glyphicon glyphicon-calendar"></i></span>' +

0 commit comments

Comments
 (0)