You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix uninstall implementation to use 3-dot menu pattern
Updated AppCatalogPage.uninstallApp() to follow the proven pattern from
foundry-sample-detection-translation:
1. Search and navigate to app's catalog page
2. Check if app is actually installed before attempting uninstall
3. Click "Open menu" button (3-dot menu)
4. Click "Uninstall app" menuitem
5. Confirm uninstallation in modal
6. Wait for success message
This fixes the "Could not find Uninstall button" warning by correctly
navigating through the Foundry UI's menu structure.
0 commit comments