Skip to content

Commit

Permalink
comment unstable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
burak-58 committed Jan 13, 2025
1 parent d8cad15 commit 963f6b6
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions test/test_join_leave.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,8 +644,9 @@ def open_close_participant_list_drawer(self):

self.chrome.click_element(participant_list_button)
time.sleep(2)

def test_screen_share(self):

#FIXME test in headles mode
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 Expand Up @@ -1032,7 +1033,8 @@ def test_recording(self):
self.chrome.close_all()


def test_tiled_layout_test(self):
#FIXME test in headles mode
def _test_tiled_layout_test(self):
self.chrome.makeFullScreen()
room = "room"+str(random.randint(100, 999))
wait = self.chrome.get_wait(30, 3)
Expand Down Expand Up @@ -1663,7 +1665,8 @@ def test_chat_messages(self):

self.chrome.close_all()

def test_reactions(self):
#FIXME: test in headless mode
def _test_reactions(self):
reaction_A = "💖"
reaction_B = "🤔"
reaction_C = "🎉"
Expand Down

0 comments on commit 963f6b6

Please sign in to comment.