Skip to content

Commit fcdd2bb

Browse files
committed
fixed await for click on view in app
1 parent 02b6be3 commit fcdd2bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x-pack/test/functional_with_es_ssl/page_objects/alert_details.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export function AlertDetailsPageProvider({ getService }: FtrProviderContext) {
107107
return (await viewInAppButton.getAttribute('disabled')) !== 'disabled';
108108
},
109109
async clickViewInAppEnabled() {
110-
await testSubjects.click(`alertDetails-viewInApp`);
110+
return await testSubjects.click(`alertDetails-viewInApp`);
111111
},
112112
async getNoOpAppTitle() {
113113
return await testSubjects.getVisibleText('noop-title');

0 commit comments

Comments
 (0)