Commit f0b6875
committed
test(e2e): clarify shared-domain caveats and apply consistently
Address QA review:
- Fix inaccurate comment claiming preflight tests 'exit before publish';
--no-build only skips the build step, not the publish, so some tests
reach registry.publish. Document that SIGNER owns the domain regardless
and re-publishes are idempotent.
- Add a warning that the shared 'preflight' domain shouldn't be used for
registry-state assertions, since six tests overwrite each other's
metadata sequentially. Stdout assertions are fine.
- Switch the mainnet-rejection test from literal 'test' to
E2E_DOMAINS.preflight for consistency. Still safe — the mainnet check
rejects before publish.1 parent b393f49 commit f0b6875
2 files changed
Lines changed: 13 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
76 | 81 | | |
77 | 82 | | |
78 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
79 | 89 | | |
80 | 90 | | |
81 | 91 | | |
| |||
0 commit comments