From 84c5f294e5bea220d6b6561e22c926853aab16cd Mon Sep 17 00:00:00 2001 From: Riccardo Cipolleschi Date: Thu, 15 May 2025 08:15:26 -0700 Subject: [PATCH] Fix Maestro E2E Tests (#51347) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/51347 The new warnings on RNTester for the imports are covering the New Architecture list item, as you can see from the video. This prevents maestro from clicking on the list item, and therefore the test fails. {F1977997600} ## Changelog: [Internal] - Fix E2E Tests Reviewed By: cortinico Differential Revision: D74803709 fbshipit-source-id: 747af57d04c96ba9b0ee642eb70ebf84bca3a3fa --- packages/rn-tester/.maestro/new-arch-examples.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/rn-tester/.maestro/new-arch-examples.yml b/packages/rn-tester/.maestro/new-arch-examples.yml index 4126141507a..b7b8680cd26 100644 --- a/packages/rn-tester/.maestro/new-arch-examples.yml +++ b/packages/rn-tester/.maestro/new-arch-examples.yml @@ -6,7 +6,8 @@ appId: ${APP_ID} # iOS: com.meta.RNTester.localDevelopment | Android: com.facebo element: id: "New Architecture Examples" direction: DOWN - speed: 40 + speed: 60 + visibilityPercentage: 100 - tapOn: id: "New Architecture Examples" - assertVisible: "HSBA: h: 0, s: 0, b: 0, a: 0"