Commit b0ba740
Fix cypress importFeatures command broken by dialog restructuring
The last commit merged two DialogContent sections into one, which broke
two selectors in the importFeatures command:
- The Select dropdown click now uses [role="button"] instead of finding
an input and clicking its parent (which matched 3 inputs after the merge)
- The delete-features checkbox now uses cy.contains('label', ...) to
unambiguously scope to the FormControlLabel element, and updates the
label text from "Yes, delete existing features" to "Delete existing
features" to match the new UI
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent fd7a761 commit b0ba740
1 file changed
+9
-15
lines changedLines changed: 9 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
| 283 | + | |
288 | 284 | | |
289 | 285 | | |
290 | 286 | | |
291 | 287 | | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
302 | 296 | | |
303 | 297 | | |
304 | 298 | | |
| |||
0 commit comments