Skip to content

Commit

Permalink
stabilize failing test (elastic#72086)
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 authored Jul 22, 2020
1 parent edaea1e commit b9aede4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/page_objects/dashboard_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ export function DashboardPageProvider({ getService, getPageObjects }: FtrProvide
await this.enterDashboardTitleAndClickSave(dashboardName, saveOptions);

if (saveOptions.needsConfirm) {
await this.ensureDuplicateTitleCallout();
await this.clickSave();
}

Expand Down

0 comments on commit b9aede4

Please sign in to comment.