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
When using method _assertVisualDiff , we are only downloading the base image if the options param explicitly includes the option {prepareBaseImage: false}. Otherwise, it will omit downloading the base file, even if the helper configuration includes the prepareBaseImage option.
My suggestion is to check the config option for prepareBaseImage when this option is missing in the _assertVisualDiff method: