Skip to content

Commit

Permalink
Corrige 'test_collaborative_article_edition_and_editor_persistence()'
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud-D committed Sep 17, 2024
1 parent b04156b commit e66e741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zds/tutorialv2/tests/tests_front.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def test_collaborative_article_edition_and_editor_persistence(self):
article.sha_draft = versioned_article.repo_update("article", "", "", update_slug=False)
article.save()

article_edit_url = reverse("content:edit", args=[article.pk, article.slug])
article_edit_url = reverse("content:edit-introduction", args=[article.pk])

self.login(author)
selenium.execute_script('localStorage.setItem("editor_choice", "new")') # we want the new editor
Expand Down

0 comments on commit e66e741

Please sign in to comment.