Skip to content
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

fix: fix iOS e2e test #1193

Merged
merged 1 commit into from
Oct 28, 2021
Merged

fix: fix iOS e2e test #1193

merged 1 commit into from
Oct 28, 2021

Conversation

kacperkapusciak
Copy link
Member

Description

The currently used detox version in react-native-screens doesn't support iOS 15 - wix/Detox#2895

Bumping detox to the newest version fixes failing CI.

Changes

  • Bumped detox to v18.23.1

Test code and steps to reproduce

brew tap wix/brew && brew install applesimutils

cd Example/
yarn
cd ios && pod install && cd ..
yarn build-e2e-ios
yarn test-e2e-ios

Checklist

  • Included code example that can be used to test this change
  • Ensured that CI passes

@kacperkapusciak kacperkapusciak changed the title fix: fix iOS e2e build fix: fix iOS e2e test Oct 28, 2021
@kacperkapusciak kacperkapusciak merged commit c0c6b35 into master Oct 28, 2021
@kacperkapusciak kacperkapusciak deleted the @kacperkapusciak/fix-ios-e2e branch October 28, 2021 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant