summaryrefslogtreecommitdiff
path: root/web-ui/test/spec
diff options
context:
space:
mode:
authorFelix Hammerl <fhammerl@thoughtworks.com>2016-03-30 17:41:43 +0200
committerFelix Hammerl <fhammerl@thoughtworks.com>2016-03-30 17:41:43 +0200
commit43377bd550183a404d387d297d6f610697388114 (patch)
tree1405106b29be722e7b76d8cf7941d2b45a421c23 /web-ui/test/spec
parentd739b867e6bb62a002882efc8c6e80aa37f30237 (diff)
Set up component test with minimal DOM
Diffstat (limited to 'web-ui/test/spec')
-rw-r--r--web-ui/test/spec/mixins/with_mail_sandbox.spec.js2
1 files changed, 1 insertions, 1 deletions
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('<iframe id="read-sandbox" sandbox="allow-popups allow-scripts" src="sandbox/sandbox.html" scrolling="no"></iframe>');
});
it('should open reply container', function () {