Skip to content

Commit

Permalink
Merge pull request #31828 from OlimpiaZurek/fix/enable-report-screen-…
Browse files Browse the repository at this point in the history
…tests

[NoQA] enable perf tests for ReportScreen
  • Loading branch information
mountiny authored Nov 24, 2023
2 parents 19ab14a + fe9dd0a commit 1be2aa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/perf-test/ReportScreen.perf-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function ReportScreenWrapper(args) {

const runs = CONST.PERFORMANCE_TESTS.RUNS;

test.skip('should render ReportScreen with composer interactions', () => {
test('should render ReportScreen with composer interactions', () => {
const scenario = async () => {
// Query for the report list
await screen.findByTestId('report-actions-list');
Expand Down Expand Up @@ -175,7 +175,7 @@ test.skip('should render ReportScreen with composer interactions', () => {
.then(() => measurePerformance(<ReportScreenWrapper route={mockRoute} />, {scenario, runs}));
});

test.skip('should press of the report item', () => {
test('should press of the report item', () => {
const scenario = async () => {
// Query for the report list
await screen.findByTestId('report-actions-list');
Expand Down

0 comments on commit 1be2aa5

Please sign in to comment.