Skip to content

Commit

Permalink
updated type
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Apr 6, 2020
1 parent bad171f commit 50fcbe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x-pack/test/functional/page_objects/uptime_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function UptimePageProvider({ getPageObjects, getService }: FtrProviderCo
monitorName?: string
) {
await pageObjects.timePicker.setAbsoluteRange(datePickerStartValue, datePickerEndValue);
await navigation.goToMonitor(monitorId, monitorName);
await navigation.goToMonitor(monitorId);
}

public async inputFilterQuery(filterQuery: string) {
Expand Down
2 changes: 1 addition & 1 deletion x-pack/test/functional/services/uptime/ml_anomaly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function UptimeMLAnomalyProvider({ getService }: FtrProviderContext) {
if (await testSubjects.exists('uptimeEnableAnomalyBtn')) {
await this.openMLFlyout();
} else if (await testSubjects.exists('uptimeManageMLJobBtn')) {
await openMLManageMenu();
await this.openMLManageMenu();
}
});
},
Expand Down

0 comments on commit 50fcbe0

Please sign in to comment.