Skip to content

Commit

Permalink
fixed await for click on view in app
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed Mar 18, 2020
1 parent 02b6be3 commit fcdd2bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export function AlertDetailsPageProvider({ getService }: FtrProviderContext) {
return (await viewInAppButton.getAttribute('disabled')) !== 'disabled';
},
async clickViewInAppEnabled() {
await testSubjects.click(`alertDetails-viewInApp`);
return await testSubjects.click(`alertDetails-viewInApp`);
},
async getNoOpAppTitle() {
return await testSubjects.getVisibleText('noop-title');
Expand Down

0 comments on commit fcdd2bb

Please sign in to comment.