We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9886cb2 commit d75e9e2Copy full SHA for d75e9e2
1 file changed
tests/close_old_findings_test.py
@@ -132,7 +132,7 @@ def test_close_same_engagement_tests(self):
132
scan_environment = Select(driver.find_element(By.ID, "id_environment"))
133
scan_environment.select_by_visible_text("Development")
134
driver.find_element(By.ID, "id_close_old_findings").click()
135
- driver.find_element(By.ID, "id_file").send_keys(self.relative_path / "dedupe_scans/dedupe_and_close_1.xml")
+ driver.find_element(By.ID, "id_file").send_keys(str(self.relative_path / "dedupe_scans/dedupe_and_close_1.xml"))
136
driver.find_elements(By.CLASS_NAME, "btn-primary")[1].click()
137
138
self.assertTrue(self.is_success_message_present(text="1 findings and closed 3 findings"))
0 commit comments