diff --git a/x-pack/test/stack_functional_integration/apps/alerts/alerts_encryption_keys.js b/x-pack/test/stack_functional_integration/apps/alerts/alerts_encryption_keys.js index c38d085755bba..fdc7fb3a3edcb 100644 --- a/x-pack/test/stack_functional_integration/apps/alerts/alerts_encryption_keys.js +++ b/x-pack/test/stack_functional_integration/apps/alerts/alerts_encryption_keys.js @@ -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);