Skip to content

Commit

Permalink
fixed missing smicollon
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed Mar 17, 2020
1 parent 2b8c90c commit baadf60
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`)
await testSubjects.click(`alertDetails-viewInApp`);
},
async getNoOpAppTitle() {
return await testSubjects.getVisibleText('noop-title');
Expand Down

0 comments on commit baadf60

Please sign in to comment.