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
I named the expected image: tests/_data/VisualCeption/Content.User can upload and save new Content Icon jpg file in Customer Detail Content.jpgFile.jpg
Then I call this command: $this->tester->dontSeeVisualChanges("jpgFile", "img");
I expect that can be referred directly to the image above, but it does not I don't see visual changes "jpgFile.jpg","img" Copying image (from /web/tests/_output/debug/visual/Content.User can upload and save new Content Icon jpg file in Customer Detail Content.jpgFile.jpg.png to /web/tests/_data/VisualCeption/Content.User can upload and save new Content Icon jpg file in Customer Detail Content.jpgFile.jpg.png
As you see, it auto add .png to the last of file
The text was updated successfully, but these errors were encountered:
I named the expected image:
tests/_data/VisualCeption/Content.User can upload and save new Content Icon jpg file in Customer Detail Content.jpgFile.jpg
Then I call this command:
$this->tester->dontSeeVisualChanges("jpgFile", "img");
I expect that can be referred directly to the image above, but it does not
I don't see visual changes "jpgFile.jpg","img" Copying image (from /web/tests/_output/debug/visual/Content.User can upload and save new Content Icon jpg file in Customer Detail Content.jpgFile.jpg.png to /web/tests/_data/VisualCeption/Content.User can upload and save new Content Icon jpg file in Customer Detail Content.jpgFile.jpg.png
As you see, it auto add .png to the last of file
The text was updated successfully, but these errors were encountered: