diff options
| author | Felix Hammerl <fhammerl@thoughtworks.com> | 2016-03-30 17:41:43 +0200 |
|---|---|---|
| committer | Felix Hammerl <fhammerl@thoughtworks.com> | 2016-03-30 17:41:43 +0200 |
| commit | 43377bd550183a404d387d297d6f610697388114 (patch) | |
| tree | 1405106b29be722e7b76d8cf7941d2b45a421c23 | |
| parent | d739b867e6bb62a002882efc8c6e80aa37f30237 (diff) | |
Set up component test with minimal DOM
| -rw-r--r-- | web-ui/test/spec/mixins/with_mail_sandbox.spec.js | 2 |
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 () { |
