Skip to content

Commit

Permalink
Attempt to fix functional tests by making the toast detection more fl…
Browse files Browse the repository at this point in the history
…exible
  • Loading branch information
monsieurswag committed Jun 6, 2024
1 parent 89a5038 commit 165cb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tests/utils/page-detail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +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 .+ has been successfully updated');
return editedValues;
}

Expand Down

0 comments on commit 165cb10

Please sign in to comment.