While the condition On Sale = true does work like expected, the condition On Sale = false does not. The result is that elements with this condition are never shown.
I just encountered another broken Visibility Condition.
In my Mini Cart inside the DIV set to Context: Cart I have a repeater that shows the selected product variation for variable products. Obviously I want to only show this repeater for products that are variable. Unfortunately this does not work.
The Condition Product Type === Variable Product hides the the repeater regardless of the actual product type.