From 43377bd550183a404d387d297d6f610697388114 Mon Sep 17 00:00:00 2001 From: Felix Hammerl Date: Wed, 30 Mar 2016 17:41:43 +0200 Subject: Set up component test with minimal DOM --- web-ui/test/spec/mixins/with_mail_sandbox.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web-ui') diff --git a/web-ui/test/spec/mixins/with_mail_sandbox.spec.js b/web-ui/test/spec/mixins/with_mail_sandbox.spec.js index 7f5c39a3..a1c2d624 100644 --- a/web-ui/test/spec/mixins/with_mail_sandbox.spec.js +++ b/web-ui/test/spec/mixins/with_mail_sandbox.spec.js @@ -2,7 +2,7 @@ describeMixin('mixins/with_mail_sandbox', function() { 'use strict'; beforeEach(function() { - this.setupComponent(); + this.setupComponent(''); }); it('should open reply container', function () { -- cgit v1.2.3