Filipe Costa
Results
21
comments of
Filipe Costa
In my case I need to test a page with a button that should open a popup. The test clicks on the button this way: ```js cy.window().getById("open-popup").click(); ``` Then the...