mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
* change test to match current message when decryption fails
* fix lint error
* update message for newest message
* lint
(cherry picked from commit f209677286
)
Co-authored-by: Lee Drengenberg <lee.drengenberg@elastic.co>
This commit is contained in:
parent
4acb55ecce
commit
51e7754975
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