iainxt
Results
2
comments of
iainxt
Here is a simplier re-production of the issue ``` it.only('Html String Snapshot', () => { let innerHTML = `\n hello\n`; cy.wrap(innerHTML).toMatchSnapshot(); }); ``` As a workaround I am calling **.split('\n')**...
It took my brain awhile to catch up on it, so to save others time here is the code I am using. I have tested this on all origins and...