Skip to content

Commit

Permalink
changes after cr
Browse files Browse the repository at this point in the history
  • Loading branch information
OlimpiaZurek committed Oct 31, 2023
1 parent 887b6e6 commit d3c7128
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/perf-test/ReportScreen.perf-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ test('should render ReportScreen with composer interactions', () => {
const hintHeaderText = Localize.translateLocal('common.back');

// Query for the header
await screen.findByLabelText(hintHeaderText);
const header = await screen.findByLabelText(hintHeaderText);
expect(header).toBeDefined();
};

const policy = {
Expand Down

0 comments on commit d3c7128

Please sign in to comment.