I need help locating the dropdown arrow. I tried using the Cypress command
cy.get('.dropdown-arrow').click()
but it's throwing an error saying element not found.
Below is the code snippet:
<widgets-bms-scoreboard>
<div class="1">
<div class="wrapper">
<div class="header">
<div class="dropdown">
<div class="dropdown-arrow"> </div>
</div>
</div>
</div>
</div>
</widgets-bms-scoreboard>