Skip to content

Commit

Permalink
uncomment share test
Browse files Browse the repository at this point in the history
  • Loading branch information
burak-58 committed Jan 13, 2025
1 parent 963f6b6 commit e5c6405
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_join_leave.py
Original file line number Diff line number Diff line change
Expand Up @@ -645,8 +645,7 @@ def open_close_participant_list_drawer(self):
self.chrome.click_element(participant_list_button)
time.sleep(2)

#FIXME test in headles mode
def _test_screen_share(self):
def test_screen_share(self):
room = "room"+str(random.randint(100, 999))
handle_1 = self.join_room_in_new_tab("participantA", room)
handle_2 = self.join_room_in_new_tab("participantB", room)
Expand Down

0 comments on commit e5c6405

Please sign in to comment.