Merge branch 'try/add-e2e-screenshot' into e2e/e2e-merchant-search-orders

This commit is contained in:
Veljko 2021-03-12 17:55:53 +01:00
commit 26a9abd85e
1 changed files with 4 additions and 1 deletions

View File

@ -89,7 +89,10 @@ export async function sendFailedTestMessageToSlack( testName ) {
console.log( error.data );
} else {
// Some other error, oh no!
console.log( 'The error occurred does not match an error we are checking for in this block.' );
console.log(
'The error occurred does not match an error we are checking for in this block.',
error.data
);
}
}
}