Skip to content

Commit

Permalink
Fix formating
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Dec 10, 2024
1 parent 37bdcb1 commit 5afbc09
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/integration/test_admin_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ def test_inline_admin_add_row(live_server, page, pizza, superuser):
page.locator(".add-row a").click()

assert page.locator(".cms-editor-inline-wrapper.textarea.fixed").count() == 4

2 changes: 0 additions & 2 deletions tests/integration/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@ def login(live_server, page, superuser):

def get_pagecontent(cms_page):
return cms_page.pagecontent_set(manager="admin_manager").current_content(language="en").first()


0 comments on commit 5afbc09

Please sign in to comment.