Commit 05a56ee
fix(fullstack): unblock tier-2/3 evidence on current main (#1072)
- supabase-project-smoke: the browser journey asserted exact text against
the SSR note item, whose shape is <li><strong>title</strong> — body</li>;
an exact match can never hit a text node shared with the title. Match
the list item containing the marker instead (three assertions: create,
duplicate-submit, second-client realtime insert). Verified locally
against the real project: full journey 14/14 green.
- fullstack-deploy-smoke: wrangler 4.x 'queues list' has no --json flag
(Unknown argument: json); enumerate queues through the Cloudflare API
instead. Verified against the real account (0 queues exist yet; the
idempotent create loop will provision them on the next run).
Both defects were added in the #1045/#1049 evidence train and had never
executed green on main; surfaced by the first post-#1071 provision run.
Co-authored-by: DevBot <devbot@openelement.dev>1 parent c889311 commit 05a56ee
2 files changed
Lines changed: 12 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
130 | 134 | | |
131 | 135 | | |
132 | 136 | | |
133 | 137 | | |
134 | 138 | | |
135 | 139 | | |
136 | 140 | | |
137 | | - | |
| 141 | + | |
138 | 142 | | |
139 | 143 | | |
140 | 144 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
75 | 78 | | |
76 | 79 | | |
77 | 80 | | |
| |||
80 | 83 | | |
81 | 84 | | |
82 | 85 | | |
83 | | - | |
| 86 | + | |
84 | 87 | | |
85 | 88 | | |
86 | 89 | | |
| |||
134 | 137 | | |
135 | 138 | | |
136 | 139 | | |
137 | | - | |
| 140 | + | |
138 | 141 | | |
139 | 142 | | |
140 | 143 | | |
| |||
0 commit comments