Skip to content

Commit

Permalink
don't use exact match for tx with placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke committed Dec 5, 2024
1 parent d4c2939 commit 5714a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BadRequestScreen/BadRequestScreen.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe('BadRequestScreen', () => {
render(<BadRequestScreen />);

screen.getByText('stripes-core.front.error.header');
screen.getByText('stripes-core.front.error.general.message');
screen.getByText(/stripes-core.front.error.general.message/);
});
});

Expand Down

0 comments on commit 5714a7b

Please sign in to comment.