mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-08-25 06:01:11 +00:00
canSubmit now requires a chosen holding on both swap sides, so the swap e2e test must select them first. The selector auto-selects a single holding, but pick it explicitly (robust to multi-account wallets) via a new selectAccount step that waits for the holdings to load and selects the first match. Expose each side's selector via selectorObjectName (swapSell/BuyAccountSelector) and surface sellHolding/buyHolding in the failure diagnostics.