From 495bc391e140cc2bb462c81fa90410a0fe8f6a4c Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Mon, 20 Oct 2014 12:17:18 +0200 Subject: massive update of bower and npm libs - includes flight, jasmine and a bunch of stuff. If things get weird when developing, remove you bower_components and your node_modules and install it again --- web-ui/test/spec/page/pane_contract_expand.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web-ui/test/spec/page/pane_contract_expand.spec.js') diff --git a/web-ui/test/spec/page/pane_contract_expand.spec.js b/web-ui/test/spec/page/pane_contract_expand.spec.js index 9a09edb2..61d786eb 100644 --- a/web-ui/test/spec/page/pane_contract_expand.spec.js +++ b/web-ui/test/spec/page/pane_contract_expand.spec.js @@ -23,7 +23,7 @@ describeComponent('page/pane_contract_expand', function () { describe('after initialization', function () { beforeEach(function () { - setupComponent(document); + this.setupComponent(document); }); it('contracts middle pane and expands right pane on mail open', function () { @@ -57,7 +57,7 @@ describeComponent('page/pane_contract_expand', function () { describe('on initialization', function () { it('expands middle pane and contracts right pane', function () { - setupComponent(document); + this.setupComponent(document); expect($('#middle-pane-container').attr('class')).toEqual(this.component.attr.MIDDLE_PANE_EXPAND_CLASSES); expect($('#right-pane').attr('class')).toEqual(this.component.attr.RIGHT_PANE_CONTRACT_CLASSES); -- cgit v1.2.3