Skip to content

Commit

Permalink
allow ember to specify jQuery version
Browse files Browse the repository at this point in the history
- fix slight acceptance test bug
  • Loading branch information
acburdine committed Apr 19, 2016
1 parent 7fb441e commit 9503073
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion core/client/bower.json
Expand Up @@ -11,7 +11,6 @@
"Faker": "3.1.0",
"fastclick": "1.0.6",
"google-caja": "5669.0.0",
"jquery": "2.1.4",
"jquery-deparam": "~0.5.0",
"jquery-file-upload": "9.5.6",
"jquery-ui": "1.11.4",
Expand Down
2 changes: 1 addition & 1 deletion core/client/tests/acceptance/settings/navigation-test.js
Expand Up @@ -117,7 +117,7 @@ describe('Acceptance: Settings - Navigation', function () {
).to.equal(3);

expect(
find('.gh-blognav-item:last .response:visible').length,
find('.gh-blognav-item:last .error').length,
'number of invalid fields in new item'
).to.equal(1);
});
Expand Down

0 comments on commit 9503073

Please sign in to comment.