Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove an extra click that was breaking a playwright test
It's odd that this worked before; it seems like the clicked button was previously visible enough for the expect(more_button).to_be_visible() to pass, but now it's covered by the opened dropdown.
- Loading branch information