Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JefQuidousse2 committed Oct 30, 2024
1 parent 85ec8fd commit 0cffe82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/survey-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class SurveyPage {
`http://localhost:${this.port}/find-the-expert?role=${role}`,
);
const isTextVisible = await this.page
.getByText(`Viewing results for role: ${role}`)
.getByText(`Viewing results for role`)
.isVisible();
return isTextVisible;
}
Expand Down

0 comments on commit 0cffe82

Please sign in to comment.