mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05:31 +03:00
Fix a typing error in CONTRIBUTING.md
I fixed "comparision" to "comparison".
This commit is contained in:
parent
44d97594cf
commit
70efff5322
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ We use [shot](https://github.com/Karumi/Shot) for taking screenshots and compare
|
|||
- update/generate new screenshots: ```scripts/updateScreenshots.sh ```
|
||||
- in this script are samples how to only execute a given class/test
|
||||
- this will fire up docker & emulator to ensure that screenshots look the same
|
||||
- creating own UI comparision tests:
|
||||
- creating own UI comparison tests:
|
||||
- add IntentsTestRule for launching activity directly:
|
||||
|
||||
```java
|
||||
|
|
Loading…
Reference in a new issue