0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-24 16:56:38 +02:00

4 Commits

Author SHA1 Message Date
silverwind
dbe3328e6a
Extend e2e test to verify selected user lands in collaborator list
After clicking the search result, the test now also clicks Add
Collaborator and asserts the username appears in the page body
(i.e., in the collaborator list after the redirect), proving the
chosen result drives the form submission end-to-end.

Co-Authored-By: Claude (Opus 4.7) <noreply@anthropic.com>
2026-04-27 00:51:58 +02:00
silverwind
4fd1adee5f
Expand rc- prefix to repo-collab- for clarity
Co-Authored-By: Claude (Opus 4.7) <noreply@anthropic.com>
2026-04-26 21:08:07 +02:00
silverwind
fae5d792f4
Rename test var target to userName for clarity
Co-Authored-By: Claude (Opus 4.7) <noreply@anthropic.com>
2026-04-26 21:07:19 +02:00
silverwind
cfe9e70e3e
Trim e2e to a single minimal collaborator-search test
Three boxes (repo/user/team) all share the same first-party module, so
one happy-path test on the user box is sufficient as a regression
gate. Drops the org/team helpers in tests/e2e/utils.ts that only those
extra tests motivated.

Co-Authored-By: Claude (Opus 4.7) <noreply@anthropic.com>
2026-04-26 20:51:47 +02:00