From d596d06cdb7223c58cde9e8289db6c709a7a80e6 Mon Sep 17 00:00:00 2001 From: Nassim Tabchiche Date: Fri, 20 Dec 2024 19:44:48 +0100 Subject: [PATCH] Remove page title test on edit views --- frontend/tests/utils/page-detail.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/tests/utils/page-detail.ts b/frontend/tests/utils/page-detail.ts index f252621db..440fa4f25 100644 --- a/frontend/tests/utils/page-detail.ts +++ b/frontend/tests/utils/page-detail.ts @@ -25,7 +25,6 @@ export class PageDetail extends BasePage { async editItem(buildParams: { [k: string]: string }, editParams: { [k: string]: string }) { await this.editButton.click(); - await this.hasTitle('Edit ' + this.item); await this.hasBreadcrumbPath(['Edit'], false); const editedValues: { [k: string]: string } = {};