You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've been doing Visual Regression Test with our mui-based components. (over 200 snapshots)
We keep having some flaky snapshots with dialogs and input like below.
opacity of the background overlay is different.
Modal is not fully open.
Input caret shows up.
The package versions I use is this
Using puppeteer v9 because I saw this.
Describe the bug
We've been doing Visual Regression Test with our mui-based components. (over 200 snapshots)
We keep having some flaky snapshots with dialogs and input like below.
opacity of the background overlay is different.
Modal is not fully open.
Input caret shows up.
The package versions I use is this
Using puppeteer v9 because I saw this.
I'm not yet fully understand
puppeteer
and this codebase butmaybe
this.page.addStyleTag
add the css to the route but not applied to iframe ?As workaround If I do this. (re-adding disable-animation after CapturingBrowser's initialization)
I think the problem has been solved.
maybe related to #327
The text was updated successfully, but these errors were encountered: