We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d518ce2 commit dc922bbCopy full SHA for dc922bb
1 file changed
test/functional/page_objects/dashboard_page.ts
@@ -294,6 +294,7 @@ export function DashboardPageProvider({ getService, getPageObjects }: FtrProvide
294
await this.enterDashboardTitleAndClickSave(dashboardName, saveOptions);
295
296
if (saveOptions.needsConfirm) {
297
+ await this.ensureDuplicateTitleCallout();
298
await this.clickSave();
299
}
300
0 commit comments