mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
9a448736c1
Summary: With the redesign of the new app screen, the E2E tests against the template started failing because we don't have a `Step One` string anymore. This change should fix them. ## Changelog: [Internal] - Fix Template E2E tests Pull Request resolved: https://github.com/facebook/react-native/pull/50990 Test Plan: tested by running the E2E tests on this PR Reviewed By: huntie Differential Revision: D73855988 Pulled By: cipolleschi fbshipit-source-id: d0d72e5a07cd88923e310767eae27f5df376d637
5 lines
154 B
YAML
5 lines
154 B
YAML
appId: ${APP_ID} # iOS: org.reactjs.native.example.RNTestProject | Android: com.rntestproject
|
|
---
|
|
- launchApp
|
|
- assertVisible: "Welcome to React Native"
|