<my-wrapper>
<div slot="start"><button></button></div>
</my-wrapper>
within(wrapper.startSlot).getByShadowRole("button")
^ should return button, but due to how projection of slots work, it doesn't.
this is a simple example but more complex reasoning may involve finding a specific row of a table which may have many slots.
^ should return button, but due to how projection of slots work, it doesn't.
this is a simple example but more complex reasoning may involve finding a specific row of a table which may have many slots.