i have the following HTML
<li data-testid="wrapper">
<div class="selections">
<p data-testid="selection1">
<p data-testid="selection2">
<p data-testid="selection3">
...
<p data-testid="selectionN">
</div>
<button type="button" data-testid="button"></button>
</li>
there are multiple wrappers with different amount of selections. I want to click the button on the first wrapper with exactly 3 selections