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
I named the expected image:
tests/_data/VisualCeption/Content.User can upload and save new Content Icon jpg file in Customer Detail Content.jpgFile.jpgThen 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.pngAs you see, it auto add .png to the last of file