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 a typo in the readme #437

Merged
merged 1 commit into from
Aug 31, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Barista makes developing UI test faster, easier and more predictable. Built on t
- [Intents](#baristas-intents-api)
- [Runtime Permissions](#runtime-permissions)
- [Useful test rules](#useful-test-rules)
- [Reseting app data](#reseting-app-data)
- [Resetting app data](#resetting-app-data)
- [Dealing with Flaky tests](#dealing-with-flaky-tests)
- [One rule to rule them all](#one-rule-to-rule-them-all)
- [Magic that Barista does for you](#magic-that-barista-does-for-you)
Expand Down Expand Up @@ -407,7 +407,7 @@ PermissionGranter.allowPermissionOneTime(Manifest.permission.GET_ACCOUNTS);
## Useful test rules
Barista includes a set of useful test rules to help you:

### Reseting app data
### Resetting app data

As tests should be isolated, they need to set the environment before running. Espresso doesn't help achieving it but Barista offers a set of rules to clear the app's data before running each test.

Expand Down