Skip to content

Commit

Permalink
get pics
Browse files Browse the repository at this point in the history
  • Loading branch information
burak-58 committed Dec 12, 2024
1 parent 6678efc commit d160626
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_join_leave.py
Original file line number Diff line number Diff line change
Expand Up @@ -1523,6 +1523,8 @@ def test_camera_mic_setting_in_meeting_room(self):

time.sleep(1)

self.chrome.save_ss_as_file("test_camera_mic_setting_in_meeting_room-1.png")

mic = self.chrome.get_element_with_retry(By.XPATH, "//li[contains(text(), 'Fake Audio Input 2')]")
self.chrome.mouse_click_on(mic)

Expand Down

0 comments on commit d160626

Please sign in to comment.