Make sure we also support jpg (#3290)
This commit is contained in:
parent
b8ffc5a1fc
commit
8aa9f967c2
|
|
@ -49,7 +49,7 @@ module.exports = {
|
|||
// We can have multiple screenshots (taken by the user) and
|
||||
// only use the standard one
|
||||
for (let screenshot of message.data.screenshots) {
|
||||
if (screenshot.indexOf('afterPageCompleteCheck.png') > -1) {
|
||||
if (screenshot.indexOf('afterPageCompleteCheck') > -1) {
|
||||
imagePath = screenshot;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue