From 95030734e9108bdfe1f496377431fd889486747c Mon Sep 17 00:00:00 2001 From: Austin Burdine Date: Tue, 19 Apr 2016 14:08:36 -0500 Subject: [PATCH] allow ember to specify jQuery version - fix slight acceptance test bug --- core/client/bower.json | 1 - core/client/tests/acceptance/settings/navigation-test.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/core/client/bower.json b/core/client/bower.json index e0be1d887d..8b17659e94 100644 --- a/core/client/bower.json +++ b/core/client/bower.json @@ -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", diff --git a/core/client/tests/acceptance/settings/navigation-test.js b/core/client/tests/acceptance/settings/navigation-test.js index 5d34228238..6f47ca8127 100644 --- a/core/client/tests/acceptance/settings/navigation-test.js +++ b/core/client/tests/acceptance/settings/navigation-test.js @@ -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); });