We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b6be3 commit fcdd2bbCopy full SHA for fcdd2bb
1 file changed
x-pack/test/functional_with_es_ssl/page_objects/alert_details.ts
@@ -107,7 +107,7 @@ export function AlertDetailsPageProvider({ getService }: FtrProviderContext) {
107
return (await viewInAppButton.getAttribute('disabled')) !== 'disabled';
108
},
109
async clickViewInAppEnabled() {
110
- await testSubjects.click(`alertDetails-viewInApp`);
+ return await testSubjects.click(`alertDetails-viewInApp`);
111
112
async getNoOpAppTitle() {
113
return await testSubjects.getVisibleText('noop-title');
0 commit comments