Skip to content
Snippets Groups Projects
Commit c9a0f0b0 authored by Martin Schrott's avatar Martin Schrott
Browse files

small changes to some messages

parent 973d03e6
No related branches found
No related tags found
No related merge requests found
...@@ -68,4 +68,4 @@ Always be transparent and act upon privacy rights and federal law Regulations. ...@@ -68,4 +68,4 @@ Always be transparent and act upon privacy rights and federal law Regulations.
GNU General Public License for more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with BigBlueButton-liveStreaming. If not, see [GNU website](https://www.gnu.org/licenses/) along with BigBlueButton-liveStreaming. If not, see [GNU website](https://www.gnu.org/licenses)
...@@ -60,7 +60,7 @@ def bbb_browser(): ...@@ -60,7 +60,7 @@ def bbb_browser():
element = EC.invisibility_of_element((By.CSS_SELECTOR, '.ReactModal__Overlay')) element = EC.invisibility_of_element((By.CSS_SELECTOR, '.ReactModal__Overlay'))
WebDriverWait(browser, selelnium_timeout).until(element) WebDriverWait(browser, selelnium_timeout).until(element)
browser.find_element_by_id('message-input').send_keys("Viewers can send messages to this meeting") browser.find_element_by_id('message-input').send_keys("Viewers of the live stream can now send messages to this meeting")
browser.find_elements_by_css_selector('[aria-label="Send message"]')[0].click() browser.find_elements_by_css_selector('[aria-label="Send message"]')[0].click()
redis_r = redis.Redis(host=args.redis,charset="utf-8", decode_responses=True) redis_r = redis.Redis(host=args.redis,charset="utf-8", decode_responses=True)
......
...@@ -59,7 +59,7 @@ def bbb_browser(): ...@@ -59,7 +59,7 @@ def bbb_browser():
element = EC.invisibility_of_element((By.CSS_SELECTOR, '.ReactModal__Overlay')) element = EC.invisibility_of_element((By.CSS_SELECTOR, '.ReactModal__Overlay'))
WebDriverWait(browser, selelnium_timeout).until(element) WebDriverWait(browser, selelnium_timeout).until(element)
browser.find_element_by_id('message-input').send_keys("This meeting will be stream to the following address: %s" % args.target) browser.find_element_by_id('message-input').send_keys("This meeting is streamed to: %s" % args.target)
browser.find_elements_by_css_selector('[aria-label="Send message"]')[0].click() browser.find_elements_by_css_selector('[aria-label="Send message"]')[0].click()
if args.chat: if args.chat:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment