Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
OlimpiaZurek committed Oct 20, 2023
1 parent b9cb0d6 commit d0877ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/perf-test/ReportActionsList.perf-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ test('should render ReportActionsList with 500 reportActions stored', () => {
const scenario = async () => {
await screen.findByTestId('report-actions-list');
const hintText = Localize.translateLocal('accessibilityHints.chatMessage');
// Esure that the list of items are rendered
// Ensure that the list of items is rendered
await screen.findAllByLabelText(hintText);
};

Expand Down

0 comments on commit d0877ae

Please sign in to comment.