Updating Test Capabilities to be in Correct Section and Updated Typos #3047
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Change 1 | Updated sentence to remove line break:
BEFORE
See the list of available time zone identifiers f
or more details. The same behavior could be achieved by providing a custom
AFTER
See the list of available time zone identifiers for more details. The same behavior could be achieved by providing a custom
Change 2 | Updated code block in appium real device doc to remove space:
BEFORE
"appium: noReset" : "true",
AFTER
"appium:noReset" : "true",
Change 3 | Moved two capabilities as they are not supported on RDC:
Moved FROM:
Desktop and Mobile Capabilities: Sauce-Specific – Optional
TO:
Desktop and Virtual Device Capabilities: Sauce-Specific – Optional
Motivation and Context
To improve readability of docs and to ensure features are properly categorized so users know how to use them
Types of Changes