different rendering during test and during review #16517
Replies: 2 comments
-
Are you using the component testing runner ( Going to need more information to go on - it looks like some CSS is not loaded, but it's impossible to help more without your actual repository. You could check the network tab - is any CSS or style sheets not getting loaded? |
Beta Was this translation helpful? Give feedback.
-
In some cases the DOM snapshot when reviewing the history may not be correctly regenerated, this would be a bug. If you can provide a way for us to reproduce the issue fully, open an issue and we can review the situation. |
Beta Was this translation helpful? Give feedback.
-
Hi All,
I am testing our website based on boostrap and I see different Layout from test running to then see the page preview on the test runner.
here is and example :
Page:
White the test run I see the page corrected by the if I move the mouse on the step, I see :
My cypress.json is :
I tried to disable experimental but this didnt change the result
Thanks in advance for any help on this
Marco
Beta Was this translation helpful? Give feedback.
All reactions