You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background: The existing .maestro/ suite (per README) covers onboarding, manual entry, guild navigation, access checks, and app reset, but not wallet-connection failure modes (relevant once Issue Add push notification registration and preferences #21 lands).
Problem: Wallet connection is a high-risk, multi-step external-dependency flow (deep linking out to wallet apps and back) prone to regressions that unit tests can't catch.
Expected outcome: New Maestro flows covering: user cancels connection in the wallet app, connection times out, connection succeeds but returns an unsupported chain, and reconnect-after-disconnect.
Suggested implementation: Add new .maestro/*.yaml flow files following existing naming conventions (e.g., 06-wallet-connect-cancel.yaml); document any required mocking/stubbing of the wallet app interaction for deterministic local runs.
Acceptance criteria: New flows are documented in .maestro/README.md; each flow asserts a specific, distinct end state; flows run successfully against a local development build per the README's E2E instructions.
Likely affected files/directories:.maestro/
Labels:test, GrantFox OSS, Maybe Rewarded, Official Campaign | FWC26
.maestro/suite (per README) covers onboarding, manual entry, guild navigation, access checks, and app reset, but not wallet-connection failure modes (relevant once Issue Add push notification registration and preferences #21 lands)..maestro/*.yamlflow files following existing naming conventions (e.g.,06-wallet-connect-cancel.yaml); document any required mocking/stubbing of the wallet app interaction for deterministic local runs..maestro/README.md; each flow asserts a specific, distinct end state; flows run successfully against a local development build per the README's E2E instructions..maestro/test,GrantFox OSS,Maybe Rewarded,Official Campaign | FWC26