Skip to content

Commit

Permalink
Remove page title test on edit views
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Dec 20, 2024
1 parent d55fc04 commit d596d06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/tests/utils/page-detail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 } = {};
Expand Down

0 comments on commit d596d06

Please sign in to comment.