Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Dec 30, 2024
1 parent 07beb4d commit 9eea8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_ckeditor4.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ def test_editor_saves(live_server, page, text_plugin, superuser, use_ckeditor4):
save_button = page.locator('input[type="submit"]')
save_button.click()

messagelist = page.locator(".messagelist")
messagelist = page.locator("div.messagelist")
assert '<div class="success"></div>' in messagelist.inner_html().strip()

0 comments on commit 9eea8ed

Please sign in to comment.