diff --git a/x-pack/test/functional_with_es_ssl/page_objects/alert_details.ts b/x-pack/test/functional_with_es_ssl/page_objects/alert_details.ts index b6e9101742c0c..6df96cbb94bd0 100644 --- a/x-pack/test/functional_with_es_ssl/page_objects/alert_details.ts +++ b/x-pack/test/functional_with_es_ssl/page_objects/alert_details.ts @@ -107,7 +107,7 @@ export function AlertDetailsPageProvider({ getService }: FtrProviderContext) { return (await viewInAppButton.getAttribute('disabled')) !== 'disabled'; }, async clickViewInAppEnabled() { - await testSubjects.click(`alertDetails-viewInApp`) + await testSubjects.click(`alertDetails-viewInApp`); }, async getNoOpAppTitle() { return await testSubjects.getVisibleText('noop-title');