Commit ec3845e
fix: ensure data-test-github-name is always present in member rows
The page object collection iterates all members and accesses
githubName text(), which throws when the element is missing.
Always render data-test-github-name so the collection doesn't
error on members who only have a username.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 9bace60 commit ec3845e
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments