This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch sbp
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
The following commit(s) were added to refs/heads/sbp by this push:
new 66e9321 Fix a problem with e2e tests
66e9321 is described below
commit 66e9321c5f364af7b23bbd180070b59d4649ee49
Author: Sean B. Palmer <[email protected]>
AuthorDate: Wed Feb 11 10:56:25 2026 +0000
Fix a problem with e2e tests
---
tests/e2e/root/test_get.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/e2e/root/test_get.py b/tests/e2e/root/test_get.py
index 3cdfc8b..928b369 100644
--- a/tests/e2e/root/test_get.py
+++ b/tests/e2e/root/test_get.py
@@ -19,7 +19,7 @@ from playwright.sync_api import Page, expect
def test_index_has_login_button(page_index: Page) -> None:
- login_button = page_index.get_by_role("button", name="Log in")
+ login_button = page_index.get_by_role("link", name="Log in")
expect(login_button).to_be_visible()
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]