Merge branch 'try/add-e2e-screenshot' into e2e/e2e-merchant-search-orders
This commit is contained in:
commit
26a9abd85e
|
@ -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
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue