Skip to content

Commit 3a69a99

Browse files
committed
stabilize failing test (elastic#72086)
1 parent 49365b3 commit 3a69a99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/page_objects/dashboard_page.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ export function DashboardPageProvider({ getService, getPageObjects }: FtrProvide
294294
await this.enterDashboardTitleAndClickSave(dashboardName, saveOptions);
295295

296296
if (saveOptions.needsConfirm) {
297+
await this.ensureDuplicateTitleCallout();
297298
await this.clickSave();
298299
}
299300

0 commit comments

Comments
 (0)