Skip to content

Commit

Permalink
fix(iframe-api): remove switch to tile view.
Browse files Browse the repository at this point in the history
  • Loading branch information
hristoterezov committed May 22, 2023
1 parent 0901446 commit 569b18d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/test/java/org/jitsi/meet/test/IFrameAPIBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -273,12 +273,6 @@ protected void testSetLargeVideoParticipant(boolean function)
switchToMeetContent(this.iFrameUrl, driver1);
MeetUIUtils.waitForLargeVideoSwitchToEndpoint(driver1, endpoint3Id);

// we must not be in tile view
// FIXME: Currently there is a bug in jitsi-meet and using setLargeVideoParticipant
// does not switch automatically to stage view, when in grid view
getParticipant1().getToolbar().clickExitTileViewButton();
MeetUIUtils.waitForTileViewDisplay(participant1, false);

// selects second
switchToIframeAPI(driver1);
TestUtils.executeScript(driver1, String.format(setLargeCommand, endpoint2Id));
Expand Down

0 comments on commit 569b18d

Please sign in to comment.