FIX - await setup persistence before completion (#9)

This commit is contained in:
DerEchteAlec
2026-08-19 20:08:33 +02:00
committed by GitHub
parent 64a7bc78c6
commit 98373e8bd8
7 changed files with 135 additions and 14 deletions
@@ -17,7 +17,9 @@ describe('PhoneSetupAssistant contract', () => {
expect(source).toContain('WALLPAPER_IDS')
expect(source).toContain('setAllAppNotifications')
expect(source).toContain('appStore.claimApp')
expect(source).toContain('phone.completeSetup()')
expect(source).toContain('await phone.completeSetup()')
expect(source).toContain(':disabled="setupCompleteBusy"')
expect(source).toContain("phone.t('Setup.ready.saveFailed')")
})
it('persists progress and supports resuming or moving backward', () => {