try current service link

This commit is contained in:
Kenneth Kehl
2024-03-27 11:02:53 -07:00
parent 70c3457dbd
commit f6f750e5d0

View File

@@ -88,7 +88,7 @@ def create_new_template(page):
page.wait_for_load_state("domcontentloaded")
print(page.content())
send_messages_button = page.get_by_text("Send messages")
send_messages_button = page.get_by_role("button", name="Send messages")
expect(send_messages_button).to_be_visible()
send_messages_button.click()