Skip to content

Commit

Permalink
Update tests to new accessability label values from [#14161](jitsi/ji…
Browse files Browse the repository at this point in the history
…tsi-meet#14161)

Signed-off-by: Milton Moura <miltonmoura@gmail.com>
  • Loading branch information
mgcm committed Dec 21, 2023
1 parent 3baa8f3 commit 07007b6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ public class Toolbar
* Accessibility labels to be used as selectors for finding WebElements
* within the {@link Toolbar}.
*/
public final static String AUDIO_MUTE = "Mute";
public final static String AUDIO_UNMUTE = "Unmute";
public final static String AUDIO_MUTE = "Mute microphone";
public final static String AUDIO_UNMUTE = "Unmute microphone";
public final static String CHAT = "Open chat";
public final static String CLOSE_CHAT = "Close chat";
public final static String DESKTOP = "Start sharing your screen";
Expand All @@ -58,7 +58,7 @@ public class Toolbar
public final static String RECORD = "Toggle recording";
public final static String SECURITY = "Security options";
public final static String SELECT_BACKGROUND = "Select Background";
public final static String SETTINGS = "Toggle settings";
public final static String SETTINGS = "Open settings";
public final static String SHARE_AUDIO = "Share audio";
public final static String SHARE_VIDEO = "Share video";
public final static String STOP_SHARE_VIDEO = "Stop video";
Expand Down

0 comments on commit 07007b6

Please sign in to comment.