gochan-org / gochan

Multiple blank lines detected at end of the file FLK-W391
Style
Minor
2 months ago2 years old
14	options.driver.find_element(by=By.NAME, value="username").send_keys(options.staff_username)
15	options.driver.find_element(by=By.NAME, value="password").send_keys(options.staff_password)
16	options.driver.find_element(by=By.CSS_SELECTOR, value="input[value=Login]").click()
17
102			EC.url_changes(cur_url))
103		self.assertNotIn("Error :c", self.driver.title,
104			"No errors when we try to delete the moved thread")
105