Fixed issue with multi select template variable and restoring state from url, #2196

This commit is contained in:
Torkel Ödegaard
2015-06-19 15:10:34 -04:00
parent fb7b475457
commit 2a693f7f08
3 changed files with 9 additions and 5 deletions

View File

@@ -68,7 +68,7 @@ define([
expect(variable.current.value.length).to.be(2);
expect(variable.current.value[0]).to.be("new");
expect(variable.current.value[1]).to.be("other");
expect(variable.current.text).to.be("new, other");
expect(variable.current.text).to.be("new + other");
});
});