Skip to content

Commit

Permalink
fix: GEO-1090 - hotfix pipeline testing (#826)
Browse files Browse the repository at this point in the history
Signed-off-by: Sukanya Rath <[email protected]>
  • Loading branch information
sukanya-rath authored Oct 29, 2024
1 parent 161de73 commit 1106d22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class AnnouncementsPage extends AdminPortalPage {
async setup() {
await super.setup();
this.addAnnouncementButton = await this.page.getByRole('link', {
name: 'Add Announcement',
name: 'Add a Announcementsss',
});
this.searchInput = await this.page.getByLabel('Search by title');
this.searchButton = await this.page.getByRole('button', { name: 'Search' });
Expand Down

0 comments on commit 1106d22

Please sign in to comment.