Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
burak-58 committed Dec 12, 2024
1 parent 8a357db commit 672e7f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_join_leave.py
Original file line number Diff line number Diff line change
Expand Up @@ -1114,8 +1114,8 @@ def test_pinned_layout_test(self):
self.chrome.close_all()



def test_pin_on_video_card(self):
#TODO reanable this
def _test_pin_on_video_card(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 672e7f8

Please sign in to comment.