mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 11:57:48 +00:00
fix: Adds testId for context menu items and ids to some components.
Needed to revive the lobby tests.
This commit is contained in:
@@ -60,7 +60,7 @@ class Notification extends AbstractNotification<Props> {
|
||||
description = { this._renderDescription() }
|
||||
icon = { this._mapAppearanceToIcon() }
|
||||
id = { uid }
|
||||
testId = { titleKey }
|
||||
testId = { titleKey || this._getDescriptionKey() }
|
||||
title = { title || t(titleKey, titleArguments) } />
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user