Skip to content

Commit

Permalink
edit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
burak-58 committed Jan 14, 2025
1 parent e5c6405 commit eece604
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -509,8 +509,8 @@ def send_reaction(self, reaction):
self.chrome.mouse_click_on(reaction_button)
print("after click:"+reaction)


def test_others_tile(self):
#FIXME: rerun test
def _test_others_tile(self):
self.chrome.makeFullScreen()
room = "room"+str(random.randint(100, 999))
handle_1 = self.join_room_in_new_tab("participantA", room)
Expand Down
2 changes: 2 additions & 0 deletions test/test_webinar.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ def join_room_as_player(self, participant, room, skip_speed_test=False):

speedTestModalJoinButton = self.chrome.get_element_with_retry(By.ID,"speed-test-modal-join-button")

self.chrome.save_ss_as_file("join_room_as_player-1.png")

self.chrome.click_element(speedTestModalJoinButton)

meeting_gallery = self.chrome.get_element_with_retry(By.ID,"meeting-gallery")
Expand Down

0 comments on commit eece604

Please sign in to comment.