Skip to content

Commit

Permalink
suppression print restant
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliettejns committed Mar 15, 2024
1 parent 85b0aaf commit fa03847
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_selenium/test_corpus_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,5 @@ def test_corpus_name_unique_user(self):
f"form\tlemma\tPOS\tmorph\nSOIGNORS\tseignor\tNOMcom\tNOMB.=p|GENRE=m|CAS=n"
)
self.driver_find_element_by_id("submit").click()
self.driver.get_screenshot_as_file('/home/jjanes/Documents/pyrrha/img.png')
self.driver.implicitly_wait(5)
self.assertFalse(self.driver_find_elements_by_css_selector(".alert.alert-danger"))

0 comments on commit fa03847

Please sign in to comment.