allow ember to specify jQuery version

- fix slight acceptance test bug
This commit is contained in:
Austin Burdine 2016-04-19 14:08:36 -05:00
parent 7fb441e640
commit 95030734e9
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);
});