-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
The app has not responded to the network requests below: (id = -1000) isReady: {} #4282
Comments
Facing the same issue with Detox 20.13.5 RN 0.71.6 Xcode 15 |
Duplicate of #3949? |
I fuond the problem and I found a temporary workaround. ` import onboardingBg from '../../../assets/onboarding-bg1.webp'; type OwnProps = {| type DispatchProps = {| type Props = {| const styles = { const imageHeight = variables.deviceWidth * 0.8; const Onboarding = ({
const mapStateToProps = ({ locale, country }: Store): StateProps => ({ locale, country }); const mapDispatchToProps = (dispatch: Function): DispatchProps => ({ export { Onboarding as UnconnectedOnboarding }; export default connect < Props, OwnProps, StateProps, DispatchProps, Store, _ >( |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions! For more information on bots in this repository, read this discussion. |
What happened?
Test is not able to start and stuck after app launches.
package-lock.json
package.json
What was the expected behaviour?
Test Would start after "beforeAll" stage
Was it tested on latest Detox?
Did your test throw out a timeout?
Help us reproduce this issue!
No response
In what environment did this happen?
Detox version: 20.13.5
React Native version: 0.72.4
Has Fabric (React Native's new rendering system) enabled: no
Node version: v16.13.0
Device model: iPhone13
iOS version: 15.0
macOS version: Ventura 13.5
Xcode version: Version 15.0 (15A240d)
Test-runner (select one): jest
Detox logs
Detox logs
[detox.log](https://github.com/wix/Detox/files/13390373/detox.log) [detox.trace.json](https://github.com/wix/Detox/files/13390374/detox.trace.json)Device logs
Device logs
[D046BA25-92E9-4E85-B58C-4DADFAA409B5 2023-11-17 09-50-56Z.startup.log.zip](https://github.com/wix/Detox/files/13390407/D046BA25-92E9-4E85-B58C-4DADFAA409B5.2023-11-17.09-50-56Z.startup.log.zip)More data, please!
No response
The text was updated successfully, but these errors were encountered: