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
22 lines
653 B
YAML
22 lines
653 B
YAML
appId: ${APP_ID} # iOS: com.meta.RNTester.localDevelopment | Android: com.facebook.react.uiapp
|
|
---
|
|
- runFlow: ./helpers/launch-app-and-search.yml
|
|
- inputText:
|
|
text: "Text"
|
|
- assertVisible:
|
|
id: "Text"
|
|
- tapOn:
|
|
id: "Text"
|
|
- assertVisible:
|
|
id: "example_search"
|
|
- tapOn:
|
|
id: "example_search"
|
|
- inputText:
|
|
text: "Background Color"
|
|
- hideKeyboard
|
|
- assertVisible: "Text with background color only"
|
|
- assertVisible: "Text with background color and uniform borderRadii"
|
|
- assertVisible: "Text with background color and non-uniform borders"
|
|
- assertVisible: "Text with borderWidth"
|
|
- assertVisible: "Text with background AND borderWidth"
|