We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea0ea7a commit e92336fCopy full SHA for e92336f
evap/staff/tests/test_live.py
@@ -40,7 +40,7 @@ def test_submit_changes_form_data(self):
40
role=Contribution.Role.EDITOR,
41
)
42
43
- with self.enter_staff_mode:
+ with self.enter_staff_mode():
44
self.selenium.get(self.live_server_url + reverse("staff:evaluation_edit", args=[evaluation.pk]))
45
46
row = self.wait.until(visibility_of_element_located((By.CSS_SELECTOR, "#id_contributions-0-contributor")))
0 commit comments