mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-21 02:20:12 +00:00
- Fix navigateToPluginSettings to properly expand collapsible section using .collapsible-header - Update all plugin tests to use button[role="switch"] selector instead of input for mat-slide-toggle - Fix enableTestPlugin command to check aria-checked attribute for toggle state - Update plugin-upload test to use correct path for test-plugin.zip - Improve error handling and debug output in plugin test commands These changes address the failing plugin e2e tests by correctly interacting with the Angular Material components and ensuring the plugin section is properly expanded before attempting to interact with plugin management. |
||
|---|---|---|
| .. | ||
| addNote.ts | ||
| addTask.ts | ||
| addTaskWithNewTag.ts | ||
| addTaskWithReminder.ts | ||
| checkPluginStatus.ts | ||
| createAndGoToDefaultProject.ts | ||
| draftTask.ts | ||
| enableTestPlugin.ts | ||
| loadAppAndClickAwayWelcomeDialog.ts | ||
| navigateToPluginSettings.ts | ||
| noError.ts | ||
| openPanelForTask.ts | ||
| sendKeysToActiveEl.ts | ||