test(WPB-23749): fix regression tests for AppLock #20908
Merged
JacquelineLehner merged 8 commits intodevfrom Apr 2, 2026
Merged
test(WPB-23749): fix regression tests for AppLock #20908JacquelineLehner merged 8 commits intodevfrom
JacquelineLehner merged 8 commits intodevfrom
Conversation
…-2753) This commit resolves the flakiness of the App Lock inactivity timeout tests and re-enables them. Since Playwright does not natively support backgrounding tabs, the inactivity state is now reliably simulated by manually dispatching `blur` and `focus` events on the document body. Additionally, this introduces new testing utilities to support the App Lock test suite: - `handleAppLockState` helper for reusable app lock setup. - `checkAnyIndexedDBExists` in a new `indexedDB.util.ts` to reliably verify database wipes during the forgotten passphrase reset flow. Refs: WPB-23749
…-2753) This commit resolves the flakiness of the App Lock inactivity timeout tests and re-enables them. Since Playwright does not natively support backgrounding tabs, the inactivity state is now reliably simulated by manually dispatching `blur` and `focus` events on the document body. Added missing TC-2761. Additionally, this introduces new testing utilities to support the App Lock test suite: - `handleAppLockState` helper for reusable app lock setup. - `checkAnyIndexedDBExists` in a new `indexedDB.util.ts` to reliably verify database wipes during the forgotten passphrase reset flow. Refs: WPB-23749
zhannach
reviewed
Mar 31, 2026
apps/webapp/test/e2e_tests/pageManager/webapp/pages/account.page.ts
Outdated
Show resolved
Hide resolved
…heckbox Refs: WPB-23749
Refs: WPB-23749
Refs: WPB-23749
zhannach
previously approved these changes
Apr 1, 2026
zskhan
reviewed
Apr 2, 2026
…r readability Refs: WPB-23749
…758 and TC-2763 Refs: WPB-23749
|
Contributor
|
🔗 Download Full Report Artifact 🧪 Playwright Test Summary
specs/Calling/calling.spec.ts (❌ 0 failed,
|
zskhan
approved these changes
Apr 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
Security Checklist (required)
Accessibility (required)
Standards Acknowledgement (required)