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: remove appiumVersion from MobileCapabilityType #1325

Merged
merged 1 commit into from
Mar 31, 2020

Conversation

enriquegh
Copy link
Contributor

@enriquegh enriquegh commented Mar 29, 2020

Change list

  • Removed appiumVersion from MobileCapabilityType

Types of changes

What types of changes are you proposing/introducing to Java client?
Put an x in the boxes that apply

  • No changes in production code.
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Details

The capability appiumVersion is a Sauce specific capability.
This should not be included in the Java bindings since Appium does not do anything with this capability and should be handled either manually by the user or via some other third party tool.

This fixes this being included on the Appium Java client.

@jsf-clabot
Copy link

jsf-clabot commented Mar 29, 2020

CLA assistant check
All committers have signed the CLA.

@mykola-mokhnach
Copy link
Contributor

@enriquegh Could you please sign the CLA?

@enriquegh
Copy link
Contributor Author

Done! @mykola-mokhnach

@enriquegh enriquegh changed the title remove appiumVersion from MobileCapabilityType fix: remove appiumVersion from MobileCapabilityType Mar 30, 2020
@enriquegh
Copy link
Contributor Author

This is not quite what I wanted to do...
It added a previous commit in my PR.

I will try to fix it

@enriquegh enriquegh marked this pull request as ready for review March 30, 2020 21:43
@mykola-mokhnach mykola-mokhnach merged commit 988692f into appium:master Mar 31, 2020
@enriquegh enriquegh deleted the appiumVersion-removal branch March 31, 2020 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants