mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/51812 Commit [8960d9ea2c](https://github.com/facebook/react-native/commit/8960d9ea2cea22451e8f7c9d6c22ed1ed6de131f) fully broke the iOS tests on RNTester in CI. All 8 of them consistently fails 5 times out of 5 within the workflow and for each retry. Reverting the change to get CI back to green ## Changelog: [Internal] - Reverting [8960d9ea2c](https://github.com/facebook/react-native/commit/8960d9ea2cea22451e8f7c9d6c22ed1ed6de131f) Reviewed By: cortinico Differential Revision: D75960750 fbshipit-source-id: 63b4a4b4cd830ec48fa60ca6cfcb4dd12a97a331
47 lines
1.0 KiB
YAML
47 lines
1.0 KiB
YAML
appId: ${APP_ID} # iOS: com.meta.RNTester.localDevelopment | Android: com.facebook.react.uiapp
|
|
---
|
|
- runFlow: ./helpers/launch-app-and-search.yml
|
|
- inputText:
|
|
text: "Pressable"
|
|
- assertVisible:
|
|
id: "Pressable"
|
|
- tapOn:
|
|
id: "Pressable"
|
|
- assertVisible:
|
|
text: "Change content based on Press"
|
|
- assertVisible:
|
|
text: "Change style based on Press"
|
|
- tapOn:
|
|
id: "one_press_me_button"
|
|
- assertVisible:
|
|
text: "onPress"
|
|
- tapOn:
|
|
id: "one_press_me_button"
|
|
- assertVisible:
|
|
text: "2x onPress"
|
|
- scrollUntilVisible:
|
|
element:
|
|
id: "pressable_feedback_events"
|
|
direction: DOWN
|
|
speed: 10
|
|
visibilityPercentage: 100
|
|
- tapOn:
|
|
id: "pressable_feedback_events_button"
|
|
- scrollUntilVisible:
|
|
element:
|
|
text: "pressIn"
|
|
direction: DOWN
|
|
speed: 10
|
|
- assertVisible:
|
|
text: "press"
|
|
- assertVisible:
|
|
text: "pressOut"
|
|
- longPressOn:
|
|
id: "pressable_feedback_events_button"
|
|
- assertVisible:
|
|
text: "pressIn"
|
|
- assertVisible:
|
|
text: "longPress"
|
|
- assertVisible:
|
|
text: "pressOut"
|