Skip to content

Commit

Permalink
Webdriver: Fix support on touchId documentation (#3374)
Browse files Browse the repository at this point in the history
Change touch_id and toggle_touch_id_enrollment to ios

## Proposed changes

Change touch_id and toggle_touch_id_enrollment to ios

## Types of changes

- [x] Documentation fix

## 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 necessary documentation (if appropriate)

### Reviewers: @webdriverio/technical-committee
  • Loading branch information
marthinus-engelbrecht authored and christian-bromann committed Jan 21, 2019
1 parent d4ec124 commit ea4b699
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/webdriver/protocol/appium.json
Expand Up @@ -666,7 +666,7 @@
"required": true
}],
"support": {
"android": {
"ios": {
"XCUITest": "9.3+"
}
}
Expand All @@ -684,7 +684,7 @@
"default": true
}],
"support": {
"android": {
"ios": {
"XCUITest": "9.3+"
}
}
Expand Down

0 comments on commit ea4b699

Please sign in to comment.