Commit 9b677c4
[MBL-19155][Student] Add E2E test for 'Add to Home Screen' bookmark feature (#3317)
* [MBL-19155][Student] Add E2E test for 'Add to Home Screen' bookmark feature
Implements E2E test for adding bookmarks to home screen:
- Added addToHomeScreen() method in BookmarkPage to handle system dialog
- Added testAddToHomeScreenE2E() that creates bookmark, adds to home screen, and verifies shortcut launches correct assignment
- Test validates complete flow including assignment details after shortcut launch
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
* [MBL-19155][Student] Update bookmark name in E2E test
Changed bookmark name from "Home Screen Bookmark" to "HomeScreen Bookmark" to avoid spacing issues in home screen shortcut detection.
refs: MBL-19155
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
* PR fix
refs: MBL-19155
affects: Student
release note:
* Attempt for PR fix
refs: MBL-19155
affects: Student
release note:
---------
Co-authored-by: Claude <[email protected]>1 parent 2fa679e commit 9b677c4
File tree
2 files changed
+69
-0
lines changed- apps/student/src/androidTest/java/com/instructure/student/ui
- e2e/compose
- pages/classic
2 files changed
+69
-0
lines changedLines changed: 61 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
170 | 231 | | |
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
88 | 96 | | |
0 commit comments