Skip to content

Commit

Permalink
Répare la CI (#6426)
Browse files Browse the repository at this point in the history
  • Loading branch information
Situphen committed Nov 23, 2022
1 parent eb70ffd commit 6e9ad77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zds/tutorialv2/tests/tests_front.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ def test_the_editor_forgets_its_content_on_form_submission(self):

intro = self.find_element("div#div_id_introduction div.CodeMirror")
action_chains = ActionChains(selenium)
scrollDriverTo(selenium, 0, 312)
action_chains.click(intro).perform()
action_chains.send_keys("Le cadavre exquis boira le vin nouveau.").perform()

Expand Down

0 comments on commit 6e9ad77

Please sign in to comment.