Merge pull request #29774 from woocommerce/e2e/no-screenshot-title

return test name when there is no screenshot
This commit is contained in:
Greg 2021-04-29 11:59:56 -06:00 committed by GitHub
commit 69bab1a40c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ const takeScreenshotFor = async ( message ) => {
});
} catch ( error ) {
return {
title: 'no screenshot',
title,
filePath: '',
};
}