From d1efebebb6a1072d0d35d6e2cff4d867659d0c70 Mon Sep 17 00:00:00 2001 From: Mustafa BOLEKEN Date: Mon, 23 Dec 2024 15:47:30 +0300 Subject: [PATCH] Revert "Comment some tests" This reverts commit 35a74eeb1c3168e0f829e757365e4f1d59b0bd86. --- test/test_join_leave.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/test/test_join_leave.py b/test/test_join_leave.py index 71364652..bf741f68 100644 --- a/test/test_join_leave.py +++ b/test/test_join_leave.py @@ -1065,8 +1065,7 @@ def test_tiled_layout_test(self): self.chrome.close_all() - #FIXME uncomment test - def _test_pinned_layout_test(self): + def test_pinned_layout_test(self): self.chrome.makeFullScreen() room = "room"+str(random.randint(100, 999)) wait = self.chrome.get_wait(30, 3) @@ -1320,8 +1319,8 @@ def test_pin_on_participant_list(self): self.chrome.close_all() - #FIXME uncomment test - def _test_mute_on_video_card(self): + + def test_mute_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)