Skip to content

Commit

Permalink
fix failing playwright link locator
Browse files Browse the repository at this point in the history
  • Loading branch information
mbacherycz committed Dec 16, 2024
1 parent 9c3f7b1 commit 803f11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/tests/stories/flatPartySubParty.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ test.describe('Flattened parties and subparties', () => {
await expect(
page.getByTestId('main-header').getByRole('link', { name: 'Message for Test Testesen' }),
).not.toBeVisible();
await expect(page.getByRole('link', { name: 'Main party message' })).toBeVisible();
await expect(page.getByRole('link', { name: 'Main party message Main' })).toBeVisible();
//TO-DO fix search should not filter out sub party messages #1562
// await expect(page.getByRole('link', { name: 'Sub party message' })).toBeVisible();

Expand Down

0 comments on commit 803f11a

Please sign in to comment.