Skip to content

Commit e9639d2

Browse files
committed
Merge branch 'feature/migrate_tests_and_utils_from_blueprint' of github.com:NHSDigital/bcss-playwright into feature/migrate_tests_and_utils_from_blueprint
2 parents d9c7f91 + 8355718 commit e9639d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_call_and_recall_page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def test_view_an_invitation_plan(page: Page) -> None:
5454
page.get_by_role("link", name="BCS009").click()
5555

5656
# Select an invitation plan
57-
page.get_by_role("row", name="07 May 2024 16:43:57").get_by_role("link").click()
57+
page.get_by_role("row").nth(1).get_by_role("link").click()
5858

5959
# Verify invitation page is displayed
6060
expect(page.locator("#page-title")).to_contain_text("View a plan")

0 commit comments

Comments
 (0)