From 672e7f83c9b8d3d1a990ae280fc3b71580e200e3 Mon Sep 17 00:00:00 2001 From: burak Date: Thu, 12 Dec 2024 12:29:10 +0300 Subject: [PATCH] update tests --- test/test_join_leave.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_join_leave.py b/test/test_join_leave.py index 35067317..00d0cf3f 100644 --- a/test/test_join_leave.py +++ b/test/test_join_leave.py @@ -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)