Skip to content

Commit

Permalink
Revert "Comment some tests"
Browse files Browse the repository at this point in the history
This reverts commit 35a74ee.
  • Loading branch information
mustafaboleken committed Dec 23, 2024
1 parent e60e649 commit d1efebe
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/test_join_leave.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit d1efebe

Please sign in to comment.