From 59667606f417b57454894c6cd304ba01564fdfdf Mon Sep 17 00:00:00 2001 From: Github Date: Tue, 21 Nov 2023 15:05:27 +0100 Subject: [PATCH] enable test for ReportScreen --- tests/perf-test/ReportScreen.perf-test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/perf-test/ReportScreen.perf-test.js b/tests/perf-test/ReportScreen.perf-test.js index f8a44b54cc39..ffcac583e291 100644 --- a/tests/perf-test/ReportScreen.perf-test.js +++ b/tests/perf-test/ReportScreen.perf-test.js @@ -125,7 +125,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'); @@ -176,7 +176,7 @@ test.skip('should render ReportScreen with composer interactions', () => { .then(() => measurePerformance(, {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');