mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-20 13:01:56 +00:00
fixup! Add assertTagInHTML test helper
This commit is contained in:
parent
cc3b826025
commit
f6ae4f9dd9
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ from wagtail.tests.utils import WagtailPageTests, WagtailTestUtils
|
|||
from wagtail.wagtailcore.models import PAGE_MODEL_CLASSES, Page, Site
|
||||
|
||||
|
||||
class TestAssertTagInHTML(TestCase, WagtailTestUtils):
|
||||
class TestAssertTagInHTML(WagtailTestUtils, TestCase):
|
||||
def test_assert_tag_in_html(self):
|
||||
haystack = """<ul>
|
||||
<li class="normal">hugh</li>
|
||||
|
|
|
|||
Loading…
Reference in a new issue