Skip to content
Snippets Groups Projects
Verified Commit 87b5450b authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP

parent 8ec712fc
Branches
Tags
1 merge request!37prepare release v0.3.1
......@@ -660,9 +660,7 @@ QUnit.test("select_input caching", async function (assert) {
],
}
const form_wrapper = $(form_elements.make_form(config));
$("body").append(form_wrapper);
await sleep(200);
assert.equal(xml2str(form_wrapper[0]), "");
const form = form_wrapper.find("form");
assert.equal(form.find("select").length, 1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment