This is an automated email from the ASF dual-hosted git repository.

sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-release.git


The following commit(s) were added to refs/heads/main by this push:
     new 2483755  Update the browser tests to use the new default vote page
2483755 is described below

commit 2483755a38e6f0106746e6688b40d0e966531192
Author: Sean B. Palmer <[email protected]>
AuthorDate: Thu May 1 15:43:29 2025 +0100

    Update the browser tests to use the new default vote page
---
 playwright/test.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/playwright/test.py b/playwright/test.py
index 0dc7fb8..342a94c 100644
--- a/playwright/test.py
+++ b/playwright/test.py
@@ -176,8 +176,8 @@ def lifecycle_04_start_vote(page: sync_api.Page, 
credentials: Credentials, versi
     sync_api.expect(submit_button_locator).to_be_enabled()
     submit_button_locator.click()
 
-    logging.info(f"Waiting for navigation to 
/resolve/tooling-test-example/{version_name} after submitting vote email")
-    wait_for_path(page, f"/resolve/tooling-test-example/{version_name}")
+    logging.info(f"Waiting for navigation to 
/vote/tooling-test-example/{version_name} after submitting vote email")
+    wait_for_path(page, f"/vote/tooling-test-example/{version_name}")
     logging.info("Vote initiation actions completed successfully")
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to