Commit fccab4e
committed
fix(e2e): assert DNSRecordSet conditions order-independently
The DNSRecordSet emits conditions as [Programmed, Accepted]; chainsaw
matches bare lists positionally, so the [Accepted, Programmed] assertion
failed. Use JMESPath filters per condition type.
Refs #461 parent 393f3c2 commit fccab4e
1 file changed
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
181 | 184 | | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
187 | 189 | | |
188 | 190 | | |
189 | 191 | | |
| |||
0 commit comments