Skip to content

Commit 66574ba

Browse files
committed
feat: add test cases about recent locations in picker to regression test iOS
1 parent 0ef45b4 commit 66574ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Mobile/iOS/Feature template/Release/Regression.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,10 @@ P m13 F t12 -> Passed with an iPhone with iOS13 and failed with an iPad with iOS
9090
| Copy folder - destination | 1. Open 3-dot-button menu of a folder with subfolders in the list and select `Copy`<br>2. `Choose destination directory...`<br>3. Select a correct location | Folder and subfolders copied to the chosen location| [AUTO](https://github.com/owncloud/ios-scenario-testing/blob/master/src/test/resources/io/cucumber/copy.feature) | |
9191
| Copy file - clipboard | 1. Open 3-dot-button menu of a file in the list and select `Copy`<br>2. `Copy to Clipboard`<br>3. Browse to another location<br>4. In the 3-dot-button of top right corner, select `Paste` | File pasted to the chosen location| | |
9292
| Copy folder - clipboard | 1. Open 3-dot-button menu of a folder with subfolders in the list and select `Copy`<br>2. `Copy to Clipboard`<br>3. Browse to another location in ownCloud account<br>4. In the 3-dot-button of top right corner, select `Paste` | Folder and subfolders pasted to the chosen location| | |
93+
| Copy file - Recent location | 1. Open 3-dot-button menu of a file in the list and select `Copy`<br>2. `Choose destination directory...`<br>3. Browse to another location and submit the operation<br>4. Open 3-dot-button menu of a file in the list and select `Copy` again | The picker shows the location selected in step 3. | |
9394
| Move file | 1. Open 3-dot-button menu of a file in the list and select `Move`<br> 2. Select a correct location | File moved to the chosen location | [AUTO](https://github.com/owncloud/ios-scenario-testing/blob/master/src/test/resources/io/cucumber/move.feature) | |
9495
| Move folder | 1. Open 3-dot-button menu of a folder with subfolders in the list and select `Move`<br>2. Select a correct location | Folder and subfolders moved to the chosen location | [AUTO](https://github.com/owncloud/ios-scenario-testing/blob/master/src/test/resources/io/cucumber/move.feature) | |
96+
| Move file - Recent location | 1. Open 3-dot-button menu of a file in the list and select `Move`<br>2. `Choose destination directory...`<br>3. Browse to another location and submit the operation<br>4. Open 3-dot-button menu of a file in the list and select `Move` again | The picker shows the location selected in step 3. | |
9597
| Duplicate file | Open 3-dot-button menu of a file in the list and select `Duplicate` | File duplicated in same location adding `(1)` to the name| [AUTO](https://github.com/owncloud/ios-scenario-testing/blob/master/src/test/resources/io/cucumber/duplicate.feature) | |
9698
| Duplicate folder | Open 3-dot-button menu of a folder with subfolders in the list and select `Duplicate` | Folder duplicated in same location adding `(1)` to the name| [AUTO](https://github.com/owncloud/ios-scenario-testing/blob/master/src/test/resources/io/cucumber/duplicate.feature) | |
9799
| Rename file | 1. Open 3-dot-button menu of a file in the list and select `Rename`<br> 2. Enter a new name | File renamed | [AUTO](https://github.com/owncloud/ios-scenario-testing/blob/master/src/test/resources/io/cucumber/rename.feature) | |

0 commit comments

Comments
 (0)