Skip to content

Commit

Permalink
fix: Make the toolbar visible by using the new config parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
emrahcom authored and damencho committed Sep 30, 2024
1 parent 885e95a commit 0a845b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/test/java/org/jitsi/meet/test/OneOnOneTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ public class OneOnOneTest
*/
private static final String ONE_ON_ONE_CONFIG_OVERRIDES
= "config.disable1On1Mode=false"
+ "&interfaceConfig.TOOLBAR_TIMEOUT=500"
+ "&config.alwaysVisibleToolbar=false";
+ "&config.toolbarConfig.timeout=500"
+ "&config.toolbarConfig.alwaysVisible=false";

/**
* Tests remote videos in filmstrip do not display in a 1-on-1 call.
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/org/jitsi/meet/test/web/WebParticipant.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class WebParticipant extends Participant<WebDriver>
+ "&config.disableNS=true"
+ "&config.enableTalkWhileMuted=false"
+ "&config.callStatsID=false"
+ "&config.alwaysVisibleToolbar=true"
+ "&config.toolbarConfig.alwaysVisible=true"
+ "&config.p2p.enabled=false"
+ "&config.p2p.useStunTurn=false"
+ "&config.pcStatsInterval=1500"
Expand Down

0 comments on commit 0a845b6

Please sign in to comment.