Skip to content

Commit

Permalink
fix: Moves lobby admit and reject keys to new values.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Dec 14, 2023
1 parent 931bd1f commit 3baa8f3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ public class Notifications
/**
* The test id of the button in the notification to approve access.
*/
private static final String LOBBY_PARTICIPANT_ADMIT_TEST_ID = "lobby.admit";
private static final String LOBBY_PARTICIPANT_ADMIT_TEST_ID = "participantsPane.actions.admit";

/**
* The test id of the button in the notification to reject access.
*/
private static final String LOBBY_PARTICIPANT_REJECT_TEST_ID = "lobby.reject";
private static final String LOBBY_PARTICIPANT_REJECT_TEST_ID = "participantsPane.actions.reject";

/**
* The xpath to find the notification for single knocking participant.
Expand Down

0 comments on commit 3baa8f3

Please sign in to comment.