Skip to content

Commit

Permalink
Fix HTTP method of getCurrentActivity (#3296)
Browse files Browse the repository at this point in the history
closes #3295

## Proposed changes

Fix method for `getCurrentActivity`.

## Types of changes

[//]: # (What types of changes does your code introduce to WebdriverIO?)
[//]: # (_Put an `x` in the boxes that apply_)

- [x] 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)

## Checklist

[//]: # (_Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code._)

- [x] I have read the [CONTRIBUTING](https://github.com/webdriverio/webdriverio/blob/master/CONTRIBUTING.md) doc
- [x] I have added tests that prove my fix is effective or that my feature works
- [x] I have added necessary documentation (if appropriate)

## Further comments

[//]: # (If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...)

### Reviewers: @webdriverio/technical-committee
  • Loading branch information
christian-bromann committed Jan 10, 2019
1 parent 5750a9b commit bbf7df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webdriver/protocol/appium.json
Expand Up @@ -270,7 +270,7 @@
}
},
"/session/:sessionId/appium/device/current_activity": {
"POST": {
"GET": {
"command": "getCurrentActivity",
"description": "Get the name of the current Android activity.",
"ref": "http://appium.io/docs/en/commands/device/activity/current-activity/",
Expand Down

0 comments on commit bbf7df6

Please sign in to comment.