Skip to content

Commit

Permalink
rrefactor test
Browse files Browse the repository at this point in the history
  • Loading branch information
burak-58 committed Dec 14, 2024
1 parent 41e2834 commit 3abd99f
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 @@ -1360,7 +1360,7 @@ def test_mute_on_video_card(self):
#switch participantA tab and check muted icon is not visible
self.chrome.switch_to_tab(handle_1)
participantB_video_card = self.get_video_container_by_stream_name("participantB")
assert(not self.chrome.is_nested_element_exist(participantB_video_card, By.XPATH, "//div[@aria-label='mic is muted']"))
wait.until(lambda x: not self.chrome.is_nested_element_exist(participantB_video_card, By.XPATH, "//div[@aria-label='mic is muted']"))

self.chrome.close_all()

Expand Down

0 comments on commit 3abd99f

Please sign in to comment.