Commit ddff250
Fixed ReceiveExternalFilesActivityIT not separating the screenshots
When running the screenshot tests, the following error was raised:
com.owncloud.android.ui.activity.ReceiveExternalFilesActivityIT > openMultiAccount[uiComparison(AVD) - 9] FAILED
java.lang.AssertionError: Can't create multiple screenshots with the same name: com.owncloud.android.ui.activity.ReceiveExternalFilesActivityIT_open
at com.facebook.testing.screenshot.internal.AlbumImpl.addRecord
This happened because openMultiAccount() simply calls the open() test which
"hardcodes" the screenshot name
Signed-off-by: Philipp Hasper <vcs@hasper.info>1 parent 34d3be0 commit ddff250
1 file changed
Lines changed: 3 additions & 2 deletions
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | | - | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | | - | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
0 commit comments