0๐
I just discovered a solution. In v1 when transitions are not automatically stubbed, you can find by the transition-stub
element. In beta you can pass false to not stub the transition: stubs: { transition: false }
and then find by transition-stub
.
Source:stackexchange.com