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 0ee7143 Update the browser tests to reflect the new releases design
0ee7143 is described below
commit 0ee71431f0b1ad2f0848025e9938ce1bf044c673
Author: Sean B. Palmer <[email protected]>
AuthorDate: Mon Apr 21 19:21:34 2025 +0100
Update the browser tests to reflect the new releases design
---
playwright/test.py | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/playwright/test.py b/playwright/test.py
index 4cd1c0a..96794cf 100644
--- a/playwright/test.py
+++ b/playwright/test.py
@@ -711,12 +711,10 @@ def test_lifecycle_07_release_exists(page: sync_api.Page,
credentials: Credentia
logging.info("Found card for tooling-test-example-0.1 release")
logging.info("Release tooling-test-example-0.1 confirmed exists on
/releases page")
- logging.info("Verifying release tooling-test-example-0.1 phase is RELEASE")
+ logging.info("Verifying release tooling-test-example-0.1 card exists")
release_card_locator = page.locator('div.card:has(h3:has-text("Apache
Tooling Test Example 0.1"))')
sync_api.expect(release_card_locator).to_be_visible()
- phase_locator =
release_card_locator.locator('span.release-meta-item:has-text("Phase:
RELEASE")')
- sync_api.expect(phase_locator).to_be_visible()
- logging.info("Phase confirmed as RELEASE")
+ logging.info("Release tooling-test-example-0.1 card found")
def test_login(page: sync_api.Page, credentials: Credentials) -> None:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]