Pieraś
Pieraś
I don't know if the problem is with size mismatch. In my case I see some additional stripe which changes image captured vs the real one. In my opiniom the...
Yes, this is exactly the same issue. Whatever it sounds I am happy that someone confirms my finding. In my opinion it shall be fixed on Cypress site, not the...
I would also need a delay parameter but I think this is not this plugin fault but Cypress cy.screenshot() as it switches view and does the screenshot which seems in...
I think that the problem is in cypress, not this plugin. I guess that cy.screenshot called by the plugin is ok but the cypress does window resize and I think...
This works on CHROME, EDGE (doesn't work with FIREFOX), moreover checked that .waitForElementVisible. A bit dissapointed. > .click(selector.SETTINGS.SETTINGS) > //.waitForElementVisible(selector.SETTINGS.SETTINGS_IFRAME, 10000) > .frame(selector.SETTINGS.SETTINGS_IFRAME) > .setValue(selector.SETTINGS.SURNAME, "xxxxxx") "selector.SETTINGS.SURNAME" < html selector...