mark.dev

Results 9 comments of mark.dev

@d4vidi can you review my PR on this again? I had to roll back the changes you requested because of a crash that it caused. https://github.com/wix/Detox/pull/4816

We fixed a linking problem in [email protected] but [email protected] also fixes more missing necessities. See if you have any luck with the latest version.

Need to check the Android inheritance is found on custom components.

Here's the breakdown for the Android class name search. The `fun isOfClassName(className: String): Matcher` in ViewMatchers.kt uses `private class IsAssignableFromMatcher(private val clazz: Class) : TypeSafeMatcher()` which in turn calls `clazz.isAssignableFrom(view.javaClass)`...

@Yoshi-mb thanks for the support! We'll add the fix asap!

Initial test run. Most tests pass, one test, 13.permissions.test.js => 'faceID' => 'should block permissions' failed and some how also slipped through the iOS 18 version because of changes in...

@bartlomiejbloniarz Thank you for the latest patch. This seems to be working on the project we provided. I will keep checking the patch with our major project.

@bartlomiejbloniarz I was able to also apply the patch to our main project and it also works there! Thanks for the super fast work!!

@bartlomiejbloniarz We do have some memory leaks when closing the test app's page the second time. Can you have a look at it? index.js loaded Unbalanced calls start/end for tag...