Commit 11e7da4
committed
Fix uninstall status detection to use Install now link
Changed from using getByTestId('status-text') filter (which wasn't
finding the element) to checking for absence of "Install now" link.
This matches the same simple pattern used in isAppInstalled().
Verified with complete install/uninstall cycle:
- ✅ Tests pass with app not installed beforehand (performs installation)
- ✅ Tests pass with app already installed (skips installation)
- ✅ Uninstall correctly uses 3-dot menu pattern
- ✅ No warnings or errors1 parent b359fa3 commit 11e7da4
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
291 | | - | |
292 | | - | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
293 | 294 | | |
294 | | - | |
| 295 | + | |
295 | 296 | | |
296 | 297 | | |
297 | 298 | | |
| |||
0 commit comments