mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-18 02:27:47 +00:00
fix(lobby) Added data-testid and aria-label used for testing
This commit is contained in:
@@ -60,6 +60,7 @@ export default function({
|
||||
{ participants.map(p => (
|
||||
<li
|
||||
className = 'knocking-participant'
|
||||
data-testid = { p.id }
|
||||
key = { p.id }>
|
||||
<Avatar
|
||||
displayName = { p.name }
|
||||
|
||||
Reference in New Issue
Block a user