mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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
This commit is contained in:
committed by
Facebook GitHub Bot
parent
34c9612f93
commit
84c5f294e5
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user