-
Notifications
You must be signed in to change notification settings - Fork 24.7k
[CI] Fix ios/android e2e tests #24974
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much for contributing to React Native!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cpojer is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
This pull request was successfully merged by @nossbigg in 30a0a03. When will my fix make it into a release? | Upcoming Releases |
I also verified that android e2e passes locally on my box. Let's see if we can re-enable android e2e on the CI :) |
Summary: Fixes broken ios/android e2e tests for CI. Changes: 1. Use `npm pack` instead of `yarn pack` during e2e test 2. Update test string assertions in ios/android e2e tests 3. Use `Step One` as candidate for source code replacement to test for page changes (since the "Welcome to React Native" string exists in the `Header` component instead of being on `App.js`) ## Changelog [Internal] [Fixed] - Fix ios/android e2e tests Pull Request resolved: facebook#24974 Differential Revision: D15431539 Pulled By: cpojer fbshipit-source-id: 054af2c2fff6bbdb2263c15d7f5cd416aaa507fd (cherry picked from commit 30a0a03)
Summary: Fixes broken ios/android e2e tests for CI. Changes: 1. Use `npm pack` instead of `yarn pack` during e2e test 2. Update test string assertions in ios/android e2e tests 3. Use `Step One` as candidate for source code replacement to test for page changes (since the "Welcome to React Native" string exists in the `Header` component instead of being on `App.js`) ## Changelog [Internal] [Fixed] - Fix ios/android e2e tests Pull Request resolved: facebook#24974 Differential Revision: D15431539 Pulled By: cpojer fbshipit-source-id: 054af2c2fff6bbdb2263c15d7f5cd416aaa507fd
Summary
Fixes broken ios/android e2e tests for CI.
Changes:
npm pack
instead ofyarn pack
during e2e testStep One
as candidate for source code replacement to test for page changes (since the "Welcome to React Native" string exists in theHeader
component instead of being onApp.js
)Changelog
[Internal] [Fixed] - Fix ios/android e2e tests
Test Plan