mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 11:23:25 +08:00
DEV: fix failing test relating to sk click propagation
* followup to 62459c84
This commit is contained in:
parent
1eb9bc4cec
commit
fe579c918f
|
@ -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({
|
||||
|
|
Loading…
Reference in New Issue
Block a user