DEV: fix failing test relating to sk click propagation

* followup to 62459c84
This commit is contained in:
Joffrey JAFFEUX 2020-04-21 11:55:35 -04:00 committed by Michael Brown
parent 1eb9bc4cec
commit fe579c918f
No known key found for this signature in database
GPG Key ID: 6C07FB3007CF9360

View File

@ -241,7 +241,7 @@ componentTest("selected value can be 0", {
componentTest("prevents propagating click event on header", {
template:
"{{#d-button icon='times' action=onClick}}{{single-select value=value content=content}}{{/d-button}}",
"{{#d-button icon='times' action=onClick}}{{single-select options=(hash preventsClickPropagation=true) value=value content=content}}{{/d-button}}",
beforeEach() {
this.setProperties({