Skip to content

Commit

Permalink
Enable the test_create_meeting_with_password
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaboleken committed Jan 8, 2025
1 parent af4c2b0 commit da69e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_join_leave.py
Original file line number Diff line number Diff line change
Expand Up @@ -1839,7 +1839,7 @@ def _test_theme(self):

self.chrome.close_all()

def _test_create_meeting_with_password(self):
def test_create_meeting_with_password(self):
wait = WebDriverWait(self.chrome, 10)
roomPassword = "123123"

Expand Down

0 comments on commit da69e5d

Please sign in to comment.