You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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
What happened?
I Created one simulator
Pixel_4_API_33
of version33
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?
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
Device logs
Device logs
More data, please!
No response
The text was updated successfully, but these errors were encountered: