Commit ac24c2b
committed
Address PR #1327 review: harden selectors, merge changelog, add screenshots
- CorpusChat.tsx: use crypto.randomUUID() for SYNC_CONTENT fallback messageId;
add aria-label to BackButton so tests can target it stably
- CreateCorpusActionModal.tsx: export DEFAULT_MODERATOR_INSTRUCTIONS so the
CT test imports it instead of duplicating the string
- CorpusAgentManagement.ct.tsx: replace fragile .last() on Save Changes with
role-based locator; add docScreenshot
- CorpusChat.ct.tsx: replace XPath preceding::button selector with aria-label
lookup; clarify that the title-filter debounce test is coverage-only
- CreateCorpusActionModal.ct.tsx: import DEFAULT_MODERATOR_INSTRUCTIONS from
source; comment the intentional invalid-trigger cast; add docScreenshot
- CorpusDescriptionEditor.ct.tsx: add docScreenshot
- CHANGELOG: merge duplicate ### Fixed sections into one block under ### Added1 parent 6f8c62e commit ac24c2b
13 files changed
Lines changed: 31 additions & 26 deletions
File tree
- docs/assets/images/screenshots/auto
- frontend
- src/components/corpuses
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 10 | | |
15 | 11 | | |
16 | 12 | | |
| |||
20 | 16 | | |
21 | 17 | | |
22 | 18 | | |
| 19 | + | |
| 20 | + | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
| |||
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
469 | | - | |
470 | | - | |
| 469 | + | |
| 470 | + | |
471 | 471 | | |
472 | 472 | | |
473 | 473 | | |
474 | | - | |
| 474 | + | |
475 | 475 | | |
476 | 476 | | |
477 | 477 | | |
| |||
1007 | 1007 | | |
1008 | 1008 | | |
1009 | 1009 | | |
| 1010 | + | |
1010 | 1011 | | |
1011 | 1012 | | |
1012 | 1013 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
152 | 153 | | |
153 | 154 | | |
154 | 155 | | |
| 156 | + | |
| 157 | + | |
155 | 158 | | |
156 | 159 | | |
157 | 160 | | |
| |||
604 | 607 | | |
605 | 608 | | |
606 | 609 | | |
607 | | - | |
608 | | - | |
| 610 | + | |
609 | 611 | | |
610 | 612 | | |
611 | 613 | | |
| |||
0 commit comments