Page has multiple buttons.
I need to click first one, but they all have same class
one-employee__remove-btn
I could try xpath, but this kinda looks scary
/div[contains(@class,'one-employee__user')]/div/div/p[contains(.,'#{email}')]//div[contains(@class,'one-employee__user')]/div/div/p[contains(.,'terry@lind.co')]/../../../div[contains(@class, 'one-employee__remove-btn-cont')]/button
is there a possibility to make it happen using css?
full html for element
<button data-v-6454fca6="" title="Fjern" class="one-employee__remove-btn"></button>
