Skip to content

Commit

Permalink
Update CampaignView.test.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
LuluFreeDesign authored Oct 8, 2024
1 parent ab4dfa8 commit 3e0723d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/Campaign/test/CampaignView.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ describe('Campaign view', () => {
const tab = await screen.findByRole('tab', { name: /^Destinataires/ });
await user.click(tab);
const [edit] = await screen.findAllByRole('button', {
name: /^Éditer l’adresse/
name: /^Éditer/
});
await user.click(edit);
const [aside] = await screen.findAllByRole('complementary');
Expand Down

0 comments on commit 3e0723d

Please sign in to comment.