We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f7c60b commit 6fb37d3Copy full SHA for 6fb37d3
tests/selenium/send.py
@@ -31,6 +31,7 @@ def compose_message(self):
31
send_button = self.by_class('smtp_send_placeholder')
32
if send_button.get_attribute('disabled'):
33
self.driver.execute_script("arguments[0].removeAttribute('disabled')", send_button)
34
+ self.driver.execute_script("arguments[0].scrollIntoView()", send_button)
35
send_button.click()
36
self.wait_with_folder_list()
37
self.wait_on_class('sys_messages')
0 commit comments