From b67fe3688bd4a49f08714ac46f8230c23816dca7 Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Wed, 23 Mar 2016 17:33:23 -0300 Subject: Updated karma launcher so we use the same phantomjs It is now on version 1.0.0, to support phantomjs2, now we bumped the version of phantomjs to 2.1.1 in all environments and for all the types of tests --- web-ui/test/spec/mail_view/ui/compose_box.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web-ui/test/spec/mail_view/ui') diff --git a/web-ui/test/spec/mail_view/ui/compose_box.spec.js b/web-ui/test/spec/mail_view/ui/compose_box.spec.js index 6d318815..26941156 100644 --- a/web-ui/test/spec/mail_view/ui/compose_box.spec.js +++ b/web-ui/test/spec/mail_view/ui/compose_box.spec.js @@ -137,7 +137,7 @@ describeComponent('mail_view/ui/compose_box', function () { }); it('should show the subject label after the user starts typing', function() { - input.val('test'); + input.text('test'); input.trigger('keyup'); expect(input.hasClass('showfloatlabel')).toEqual(true); -- cgit v1.2.3