mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
change test to match current message when decryption fails (#122224)
* change test to match current message when decryption fails * fix lint error * update message for newest message * lint
This commit is contained in:
parent
4610f44747
commit
f209677286
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ export default ({ getPageObjects, getService }) => {
|
|||
await retry.try(async () => {
|
||||
const executionFailureResultCallout = await testSubjects.find('executionFailureResult');
|
||||
expect(await executionFailureResultCallout.getVisibleText()).to.be(
|
||||
'Test failed to run\nThe following error was found:\nerror sending email\nDetails:\nMail command failed: 550 5.7.1 Relaying denied'
|
||||
'Test failed to run\nThe following error was found:\nerror validating action type connector: secrets must be defined'
|
||||
);
|
||||
});
|
||||
expect(true).to.be(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue