Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 4 commits into from
Apr 12, 2024

Conversation

@pr4bh4sh
Copy link
Contributor Author

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

@KazuCocoa
Copy link
Member

I guess slow ci related. let me retry

@pr4bh4sh
Copy link
Contributor Author

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

it.call(EspressoServerRunnerTest.composeTestRule.onRoot(useUnmergedTree = true), true, null)
// INFO: Compose API has added the method parameter in compose 1.6.x+
if (it.parameters.size == 4) {
it.call(EspressoServerRunnerTest.composeTestRule.onRoot(useUnmergedTree = true), true, null, true)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we may extract the first argument to avoid unnecessary code duplication

@mykola-mokhnach mykola-mokhnach merged commit 41f1b8d into appium:master Apr 12, 2024
8 of 12 checks passed
github-actions bot pushed a commit that referenced this pull request Apr 12, 2024
## [2.38.1](v2.38.0...v2.38.1) (2024-04-12)

### Bug Fixes

* Fix compose driver for compose 1.6.x method signature change ([#995](#995)) ([41f1b8d](41f1b8d))
Copy link

🎉 This PR is included in version 2.38.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants