add comment

This commit is contained in:
Kenneth Kehl
2024-03-27 12:40:45 -07:00
parent 81412ddd1e
commit 5a81c11348

View File

@@ -151,6 +151,9 @@ def create_new_template(page):
# Check to make sure that we've arrived at the next page.
page.wait_for_load_state("domcontentloaded")
# 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()