Skip to content

Commit

Permalink
Formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieurswag committed Jun 6, 2024
1 parent 35b1387 commit 89a5038
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/tests/utils/page-detail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ export class PageDetail extends BasePage {
await this.form.fill(editedValues);
await this.form.saveButton.click();

await this.isToastVisible(
'The .+ object has been successfully updated'
);
await this.isToastVisible('The .+ object has been successfully updated');
return editedValues;
}

Expand Down

0 comments on commit 89a5038

Please sign in to comment.