Commit df43a16c authored by Boris Kocherov's avatar Boris Kocherov

tests: fix url for gadget

parent d1e89f57
......@@ -13,7 +13,7 @@
module = QUnit.module,
// notEqual = QUnit.notEqual,
root_gadget_defer = RSVP.defer(),
jsonform_url = '../gadget_json_generated_form.html';
jsonform_url = '../jsonform.gadget.html';
// Keep track of the root gadget
renderJS(window)
......
......@@ -13,7 +13,7 @@
module = QUnit.module,
// notEqual = QUnit.notEqual,
root_gadget_defer = RSVP.defer(),
jsonform_url = '../gadget_erp5_page_slap_load_schema.html';
jsonform_url = '../jsonform.gadget.html';
// Keep track of the root gadget
renderJS(window)
......
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