* Move session verification to the FTUE * Allow session verification flow to be restarted * Use `EncryptionService` to display session verification faster * Remove session verification item from settings * Remove session verification banner from room list * Remove 'verification needed' variant from the `TimelineEncryptedHistoryBanner` * Improve verification flow UI and UX * Remove 'verification successful' snackbar message * Only register push provider after the session has been verified * Hide room list while the session hasn't been verified * Prevent deep links from changing the navigation if the session isn't verified * Update screenshots * Renamed `FtueState` to `FtueService`, created an actual `FtueState`. --------- Co-authored-by: ElementBot <benoitm+elementbot@element.io>
9 lines
218 B
YAML
9 lines
218 B
YAML
appId: ${MAESTRO_APP_ID}
|
|
---
|
|
- takeScreenshot: build/maestro/150-Verify
|
|
- tapOn: "Enter recovery key"
|
|
- tapOn:
|
|
id: "verification-recovery_key"
|
|
- inputText: ${MAESTRO_RECOVERY_KEY}
|
|
- hideKeyboard
|
|
- tapOn: "Confirm"
|