Michael Balitsky

Results 15 comments of Michael Balitsky

We are facing the same issue. Here is a cheap workaround for multiple listeners on each event. ```javascript const makeChainableListeners = () => { const events = {}; const chainListeners...

I've recently updated to beta 6 and now it seems to work perfectly fine. But anyway this error looks strange to me since all other applications except Virtual Box has...

I have not. I believe this issue could be closed for now.

FYI This bug is still presented on draftjs.org

We are facing a similar issue. Apparently, the compared images do not exist in the file system. Dependencies: ```json { "cypress": "10.8.0", "cypress-mochawesome-reporter": "3.2.3", "@frsource/cypress-plugin-visual-regression-diff": "3.1.2", } ``` Cypress Error...

> Cypress Error > > ```shell > cy.task('cp-visual-regression-diff-compareImages') failed with the following error: > > > ENOENT: no such file or directory, open 'report-desktop/all-screenshots/cp-visual-regression-diff_snapshots/cypress/e2e/desktop/screenshot/image_snapshots/screen check1 #0.actual.png.png > ``` After taking...

> Can you confirm that the "path replacement" that was implemented in a return method of `on('after:screenshot')` handler have worked previously but is not anymore since `[email protected]`? I’ll reproduce this...

Turns out there was a problem with [custom](https://github.com/cypress-io/cypress/issues/5240#issuecomment-1139509828) defined `on` event binder which had no support for return values. Cypress has a limitation of adding a single event handler per...