Skip to content

Commit

Permalink
fix: typo in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene committed Jun 5, 2024
1 parent 349f93d commit fa115eb
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 @@ -32,7 +32,7 @@ export class PageDetail extends BasePage {
await this.form.saveButton.click();

await this.isToastVisible(
'The .+: ' + { ...buildParams, ...editedValues }.email ??
'The .+' + { ...buildParams, ...editedValues }.email ??
'' + 'object has been successfully updated'
);
return editedValues;
Expand Down

0 comments on commit fa115eb

Please sign in to comment.