Emily Wisniewski (Rohrbough)

Results 122 comments of Emily Wisniewski (Rohrbough)

Currently, when using the wdio-visual-regression service, when using checkElement() and an element is larger than the viewport, the screenshot fails because the BaseStrategy attempts to scroll the element in view....

The BaseCompare would need changed [here](https://github.com/zinserjan/wdio-visual-regression-service/blob/master/src/methods/BaseCompare.js#L129) The LocaleCompare would need changes in these places: 1. [When new](https://github.com/zinserjan/wdio-visual-regression-service/blob/master/src/methods/LocalCompare.js#L57) 2. When exists [here](https://github.com/zinserjan/wdio-visual-regression-service/blob/master/src/methods/LocalCompare.js#L46) and [here](https://github.com/zinserjan/wdio-visual-regression-service/blob/master/src/methods/LocalCompare.js#L51)

We are also seeing this error. It appear it could be linked to this issue: https://github.com/thlorenz/convert-source-map/issues/64

https://github.com/cypress-io/schema-tools/blob/master/circle.yml#L8 needs updated as well

FYI: https://github.com/cypress-io/cypress/issues/21135#issuecomment-1235643009

@PawelRuszlewicz Comparing Cypress to Playwright is not 1:1. Playwright does not inject code into the browser to test your page, where as Cypress is injected in the browser when testing...

@chrisbreiding Interestingly our Component tests for this are now failing with this fixed behavior which was testing it originally https://app.circleci.com/pipelines/github/cypress-io/cypress/43400/workflows/3eb83d3f-5f15-496c-a78c-d9e62e697373/jobs/1811601 - https://github.com/cypress-io/cypress/blob/develop/packages/app/src/runner/SpecRunnerHeaderOpenMode.cy.tsx#L184 - https://github.com/cypress-io/cypress/blob/develop/packages/app/src/runner/SpecRunnerHeaderOpenMode.cy.tsx#L207 Wonder why these are inconsistent 🤔

@chrisbreiding whoa....nice find! I bet you are correct that `prod` mode was stripping these out.

@actuallymentor Thank you for opening an issue with a code snippet and clear error of the issue you are experiencing! It is super helpful with identifying what the root issue...

@actuallymentor I am on a Mac (macOS Monterey 12.5.1) but its not an M1.