fix: flaky test Add account should not affect public address when using secret recovery phrase to recover account with non-zero balance @no-mmiaded#27420
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
chloeYue
left a comment
There was a problem hiding this comment.
LGTM ! I have already migrated account list in page object model, i will try to convert this test to use that in separate PR
|
@seaona - I notice this failure and we could implement the similar here too or is it different issue. I am thinking you're still working on this flaky test and hence I reverted my approval. |
b15a28d
hey @hjetpoluru nice catch! I've added the fix to a couple of more testcases! |
|
A super nit here, please ignore if you want. Should this use |
yeah, that's a good point @davidmurdoch 😍 I've updated it, thank you 🙏 |
Builds ready [42eb8bb]
Page Load Metrics (1709 ± 81 ms)
Bundle size diffs
|
|
Builds ready [d5ac079]
Page Load Metrics (1700 ± 119 ms)
Bundle size diffs
|




Description
In the process for creating a new account, we get to see this error:
This happens after clicking the account menu, and after clicking the Add account. It seems that the click doesn't hit exactly the button due to the account list loading, making the button move. When the account list is loaded, the click is performed outside the button boundary, and this makes the popup close and you cannot find the next element: "account-list-menu-details" element.
I haven't been able to reproduce this but I've seen this behaviour in the manual process
Related issues
Fixes: those 3 are fixed in this PR, as they were caused by the same issue
Manual testing steps
Screenshots/Recordings
Pre-merge author checklist
Pre-merge reviewer checklist