Skip to content

Commit b9aede4

Browse files
authored
stabilize failing test (#72086)
1 parent edaea1e commit b9aede4

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)