test: popup reload mid-refresh can fail the e2e run with "loadHomeTxs failed: Failed to fetch" #218
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Observed once during the work on #161:
page.reload()on a popup with in-flight balance fetches producedconsole.error: [AutistMask] loadHomeTxs failed: Failed to fetch, whichtests/e2e/harness.jscounts as a run failure.Not reproduced deliberately, and not in that issue's scope. Filing it because an e2e suite that can go red for a reason unrelated to the change under test will burn review cycles and, worse, train people to re-run until green.
Two possible outcomes and both are fine — the point is to establish which:
Implementation requirements
Definition of done
tests/e2e/harness.jsdocuments why it is benign and does not count it.loadHomeTxsfailure still fails the run.TODO.mdupdated in the same commit.make checkpasses.