only test chromium right now

This commit is contained in:
Kenneth Kehl
2024-03-26 08:14:49 -07:00
parent 7ebc337bb0
commit 1ecb617eac

View File

@@ -306,9 +306,10 @@ def handle_existing_template_case(page):
def test_send_message_from_existing_template(authenticated_page, end_to_end_context):
page = authenticated_page
print(f"START OF TEST")
print(page.content())
new_service_name = _setup(page, end_to_end_context)
print(page.content())
if page.get_by_text("Create your first template"):
handle_no_existing_template_case(page)