appium / appium-espresso-driver

Espresso integration for Appium
Apache License 2.0
193 stars 75 forks source link

fix: Fix compose driver for compose 1.6.x method signature change #995

Closed pr4bh4sh closed 7 months ago

pr4bh4sh commented 7 months ago

Compose library has change method signature of fetchSemanticsNodes. This PR addresses that.

https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/SemanticsNodeInteraction.kt;l=59;bpv=1;bpt=0;drc=78d5dc8c9b42c32b0c8518c72181c19620a71c05;dlc=7aed8c7ff9c9355d5dfeb28021f8725d58dc4c6f

pr4bh4sh commented 7 months ago

@KazuCocoa @mykola-mokhnach could you please help, The tests passed on API 29 but failed on all other API level.

KazuCocoa commented 7 months ago

I guess slow ci related. let me retry

pr4bh4sh commented 7 months ago

Yep, just checked the test have failed similarly on last few feat and chor. Doesn't seems to be my PR changes.

github-actions[bot] commented 7 months ago

:tada: This PR is included in version 2.38.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: