Skip to content

Commit

Permalink
Update introduction-writing-tests.md: Add a missing space (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin0258 authored Jul 1, 2024
1 parent 6225c07 commit bb3c3aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ So far, if you’re following through the docs, you’ve set up the mobile testi

Now, it’s time to write your own tests.

Nightwatch has native commands to automate the testing of your native mobile apps. Under the hood, Nightwatch wraps Appium methods so that users can enjoy the familiarity & ease of using Nightwatch.All the commands and assertions are available on `app` global variable. To inspect the elements and figure out the selectors, you can use Appium Inspector.
Nightwatch has native commands to automate the testing of your native mobile apps. Under the hood, Nightwatch wraps Appium methods so that users can enjoy the familiarity & ease of using Nightwatch. All the commands and assertions are available on `app` global variable. To inspect the elements and figure out the selectors, you can use Appium Inspector.

### Appium Inspector

Expand Down

0 comments on commit bb3c3aa

Please sign in to comment.