We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4051aba commit 1272dbcCopy full SHA for 1272dbc
tests/test_reports_page.py
@@ -284,7 +284,7 @@ def test_operational_reports_appointment_attendance_not_updated(page: Page) -> N
284
expect(page.locator("b")).to_contain_text(report_timestamp)
285
286
# Open an appointment record from the report
287
- page.get_by_role("link", name="934 9288").click()
+ page.locator("#listReportDataTable > tbody > tr:nth-child(3) > td:nth-child(1) > a").click()
288
289
# Verify the page title is "Appointment Detail"
290
expect(page.locator("#ntshPageTitle")).to_contain_text("Appointment Detail")
0 commit comments