mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 00:46:45 +00:00
The confirm-password fill() could land before the dialog input's [(ngModel)] value-accessor was wired, leaving the field empty and the "Set Password" button permanently disabled (scheduled run 27181596227, SuperSync 2/6). Wrap the fills + enabled-check in expect().toPass() so a fill that didn't stick is re-applied once the control binds. |
||
|---|---|---|
| .. | ||
| base.page.ts | ||
| dialog.page.ts | ||
| import.page.ts | ||
| index.ts | ||
| note.page.ts | ||
| planner.page.ts | ||
| project.page.ts | ||
| schedule.page.ts | ||
| settings.page.ts | ||
| side-nav.page.ts | ||
| supersync.page.ts | ||
| sync.page.ts | ||
| tag.page.ts | ||
| task.page.ts | ||
| work-view.page.ts | ||