| Child |
Name |
Tests |
Failures |
Skipped |
Duration |
Success rate |
| fromMap populates avatarUrl from D1 response |
fromMap populates avatarUrl from D1 response |
1 |
0 |
0 |
0s |
100% |
| fromMap populates both fields from D1 response with avatar_url fallback |
fromMap populates both fields from D1 response with avatar_url fallback |
1 |
0 |
0 |
0s |
100% |
| fromMap with no photo fields returns null photoUrl |
fromMap with no photo fields returns null photoUrl |
1 |
0 |
0 |
0s |
100% |
| photoUrl is null when both profilePhotoUrl and avatarUrl are null |
photoUrl is null when both profilePhotoUrl and avatarUrl are null |
1 |
0 |
0 |
0s |
100% |
| photoUrl prefers profilePhotoUrl when both are set |
photoUrl prefers profilePhotoUrl when both are set |
1 |
0 |
0 |
0s |
100% |
| photoUrl returns avatarUrl when only avatarUrl is set |
photoUrl returns avatarUrl when only avatarUrl is set |
1 |
0 |
0 |
0s |
100% |
| photoUrl returns profilePhotoUrl when only profilePhotoUrl is set |
photoUrl returns profilePhotoUrl when only profilePhotoUrl is set |
1 |
0 |
0 |
0s |
100% |