angelica-snowit
angelica-snowit
### What happened? I have this statement `await expect(element(by.id('price-discount')).atIndex(0)).toHaveText('%');` that fails with this message: `Test Failed: Failed expectation: TOHAVETEXT(text == “”) WITH MATCHER(id == “price-discount”) AT INDEX(0)` The % character...
### Description I'm testing some link of the app and I'm looking for a way to go back to the app after a link opens the default browser (Safari on...
The flow of our application is as follows: - When the user clicks the PAY button, I call `createPlatformPayPaymentMethod` to obtain the paymentMethod to send to our backend. - Our...
**Describe the bug** After calling handleNextActionForSetup/handleNextAction to handle 3d secure with test card 4000002500003155, the app freeze like it has an invisible overlay blocking every other interaction. Restart is needed....
When I try to compile an Android release the build failed with this message: ``` * What went wrong: Execution failed for task ':react-native-nfc-manager:compileReleaseJavaWithJavac'. > Compilation failed; see the compiler...
Hi, I've just upgraded the library, but after the upgrade the dropdown list covers the input field when in modal. The modal behaviour has changed between release, so not really...