more reversions

This commit is contained in:
Kenneth Kehl
2025-06-09 14:29:19 -07:00
parent deec2bc785
commit 724c537435
3 changed files with 4 additions and 4 deletions

View File

@@ -95,7 +95,7 @@ async def create_new_template(page):
# We are not going to send the message for this test, we just want to confirm
# that the template has been created and we are now seeing the message from the
# template in the preview.
# assert "Test message for e2e test" in page.content()
assert "Test message for e2e test" in page.content()
def test_create_new_template(end_to_end_context):