Skip to content
Snippets Groups Projects
Unverified Commit 855a0f5d authored by Johannes Tomren Røsvik's avatar Johannes Tomren Røsvik
Browse files

Unused assignments should be removed

parent f9bf9a6f
No related branches found
No related tags found
No related merge requests found
Pipeline #79927 passed
......@@ -74,7 +74,7 @@ class AgreelanceSignUp(unittest.TestCase):
Select(driver.find_element_by_id("id_status")).select_by_index(status_index)
driver.find_element_by_id("id_feedback").send_keys("FEEDBACK_TEXT")
project = driver.find_element_by_xpath("//*[contains(text(), \"Send Response\")]")
driver.find_element_by_xpath("//*[contains(text(), \"Send Response\")]")
sleep(1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment