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

Detox not support to android version 33. #3945

Closed
2 tasks done
komalharmale opened this issue Feb 21, 2023 · 3 comments
Closed
2 tasks done

Detox not support to android version 33. #3945

komalharmale opened this issue Feb 21, 2023 · 3 comments

Comments

@komalharmale
Copy link

komalharmale commented Feb 21, 2023

What happened?

I Created one simulator Pixel_4_API_33 of version 33 and test by detox command.
For above device test cases execute but on screen it not shown required output
I have written below test cases so once i run detox it should fill username in text input, but it didn't. Test cases are just executed one by one.
await element(by.id('username')).typeText('Komal');

What was the expected behaviour?

The behavior should be once i run the detox Komal word should get type on text input.
This behavior working properly on emulation which having android version 32 or below 32
.

Was it tested on latest Detox?

  • I have tested this issue on the latest Detox release and it still reproduces.

Did your test throw out a timeout?

Help us reproduce this issue!

No response

In what environment did this happen?

Detox version: ^20.1.4
React Native version: 0.71.3
Has Fabric (React Native's new rendering system) enabled: (yes/no) Yes
Node version: v18.13.0
Device model: Pixel_4_API_33
Android version: 33
Test-runner (select one): jest / other:Jest

Detox logs

Detox logs
paste logs here!

Device logs

Device logs
paste logs here!

More data, please!

No response

@komalharmale komalharmale changed the title Detox Test cases execute but Not work properly on android version above-30 Detox Test cases do not work properly on android version above-30. Feb 21, 2023
@komalharmale komalharmale changed the title Detox Test cases do not work properly on android version above-30. Detox not support to android version above-30. Feb 22, 2023
@komalharmale
Copy link
Author

awaiting for response

@d4vidi
Copy link
Collaborator

d4vidi commented Feb 22, 2023

Detox should work with SDK version 31. For newer version, see #3762.

@komalharmale
Copy link
Author

Yes, it's works on version 31 and 32 the issue is only for version 33.
Thank you for the support

@komalharmale komalharmale changed the title Detox not support to android version above-30. Detox not support to android version 33. Feb 23, 2023
@d4vidi d4vidi closed this as completed Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants