Skip to content

Commit

Permalink
stabilize failing test (#72086) (#72813)
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 authored Jul 22, 2020
1 parent 4fe32be commit 10cb5b0
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 10cb5b0

Please sign in to comment.