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:
Lee Drengenberg 2022-01-24 18:33:39 -06:00 committed by GitHub
parent 4610f44747
commit f209677286
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);