0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Merge pull request #6741 from acburdine/drop-jquery

Allow Ember to specify jQuery version
This commit is contained in:
Kevin Ansfield 2016-04-20 09:28:02 +01:00
commit f8f4d3521c
2 changed files with 1 additions and 2 deletions

View file

@ -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",

View file

@ -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);
});