Update message location for mobile mode

This commit is contained in:
Michael Mintz 2020-08-26 17:29:45 -04:00
parent 8cd0149afc
commit 4d1076c46d
1 changed files with 2 additions and 0 deletions

View File

@ -510,6 +510,8 @@ def set_messenger_theme(driver, theme="default", location="default",
theme = "flat"
if location == "default":
location = "bottom_right"
if sb_config.mobile_emulator:
location = "top_center"
if max_messages == "default":
max_messages = "8"