Commit 8c5b8f6e authored by Boris Kocherov's avatar Boris Kocherov

tests: disable iframe

parent 77796ae6
...@@ -38,7 +38,6 @@ ...@@ -38,7 +38,6 @@
return root_gadget.declareGadget( return root_gadget.declareGadget(
jsonform_url, jsonform_url,
{ {
sandbox: 'iframe',
element: document.querySelector('#qunit-fixture') element: document.querySelector('#qunit-fixture')
} }
); );
......
...@@ -38,7 +38,6 @@ ...@@ -38,7 +38,6 @@
return root_gadget.declareGadget( return root_gadget.declareGadget(
jsonform_url, jsonform_url,
{ {
sandbox: 'iframe',
element: document.querySelector('#qunit-fixture') element: document.querySelector('#qunit-fixture')
} }
); );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment