Georgy Steshin
Georgy Steshin
```[tasklist] ### Tasks - [ ] https://github.com/wix/Detox/issues/4338 - [ ] https://github.com/wix/Detox/issues/4339 - [ ] https://github.com/wix/Detox/issues/4340 - [ ] https://github.com/wix/Detox/issues/4341 - [ ] https://github.com/wix/Detox/issues/4342 - [ ] https://github.com/wix/Detox/issues/4343 - [ ]...
### What happened? The tests are failing with the following error: unable to get output buffers (err=-38) Encoder failed (err=-38) Tha app is busy with the following tasks: “LooperIdlingResource-846-mqt_native_modules” “LooperIdlingResource-846-mqt_js”...
### What happened? `Linking.openURL()` doesn't work well in two cases: When using `Pressable`: ` { await Linking.openURL('https://www.wix.com'); }} testID='open-web-browser-button'> Open web browser ` This will cause the test to hang...
## Description - This pull request addresses the issue described here: # In this pull request, I have fixed an inaccuracy of scrolling in Android which caused screenshot tests to...
## Description - This pull request addresses the issue described here: #3662 In this pull request, I have added a new API for Android waitFor to support swipe action. Added...
### What happened? How to reproduce: Create a list with a length of 3 screens (should be scrolled at least 3 times) `it('should be able to wait for element to...
## Description - This pull request addresses the issue described here: #3134 In this pull request, I have … --- > _For features/enhancements:_ - [ ] I have added/updated the...
### What happened? Create a web view with some heavy loading Try to access an element that is not loaded yet The test will fail ### What was the expected...
### What happened? Create a multiline TextView use toHaveText() expectation The validation will fail ### What was the expected behaviour? Looks like the problem is because toHaveText doesn't take \n...