)]}'
{"horizon/templates/bin/_selenium-test.py.tpl":[{"author":{"_account_id":20466,"name":"Tin Lam","email":"tin@lam.wtf","username":"tinlam"},"change_message_id":"3edf454b4a721515d76e2f731470f33593dc9b57","unresolved":false,"context_lines":[{"line_number":24,"context_line":"from selenium.webdriver.support.ui import WebDriverWait"},{"line_number":25,"context_line":"from selenium.webdriver.support import expected_conditions as EC"},{"line_number":26,"context_line":"from selenium.webdriver.chrome.options import Options"},{"line_number":27,"context_line":"from selenium.common.exceptions import TimeoutException"},{"line_number":28,"context_line":"from selenium.common.exceptions import NoSuchElementException"},{"line_number":29,"context_line":""},{"line_number":30,"context_line":"# Create logger, console handler and formatter"},{"line_number":31,"context_line":"logger \u003d logging.getLogger(\u0027Horizon Selenium Tests\u0027)"}],"source_content_type":"text/x-smarty","patch_set":5,"id":"3fa7e38b_2344361b","line":28,"range":{"start_line":27,"start_character":0,"end_line":28,"end_character":61},"updated":"2019-10-21 21:54:24.000000000","message":"instead of importing all the way to the class, this can probably be just:\n\n   from selenium.common import exceptions as exc\n\nand then you can do exc.TimeoutException, that way if you need other exceptions, you don\u0027t have to add more import lines.","commit_id":"5c6811503ffc1660b79b62a722cbb99a642d9073"},{"author":{"_account_id":30777,"name":"Steven Fitzpatrick","email":"steven@fitzpatrick.wtf","username":"sf280x"},"change_message_id":"703b21f8145d0866ea73f6862b63a904badf423c","unresolved":false,"context_lines":[{"line_number":24,"context_line":"from selenium.webdriver.support.ui import WebDriverWait"},{"line_number":25,"context_line":"from selenium.webdriver.support import expected_conditions as EC"},{"line_number":26,"context_line":"from selenium.webdriver.chrome.options import Options"},{"line_number":27,"context_line":"from selenium.common.exceptions import TimeoutException"},{"line_number":28,"context_line":"from selenium.common.exceptions import NoSuchElementException"},{"line_number":29,"context_line":""},{"line_number":30,"context_line":"# Create logger, console handler and formatter"},{"line_number":31,"context_line":"logger \u003d logging.getLogger(\u0027Horizon Selenium Tests\u0027)"}],"source_content_type":"text/x-smarty","patch_set":5,"id":"3fa7e38b_235d16e9","line":28,"range":{"start_line":27,"start_character":0,"end_line":28,"end_character":61},"in_reply_to":"3fa7e38b_2344361b","updated":"2019-10-21 21:56:40.000000000","message":"Good idea, I\u0027ll keep this in mind for next time","commit_id":"5c6811503ffc1660b79b62a722cbb99a642d9073"}]}
