Skip to content

Commit d7a6270

Browse files
committed
fixup test
1 parent f5eb5f6 commit d7a6270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ def test_add_consideration(live_server, page, questions):
5151
expect(page.get_by_text("Someone")).to_be_visible()
5252
expect(page.get_by_text("National policy change")).to_be_visible()
5353
expect(page.get_by_text("Modern planning software")).to_be_visible()
54-
page.get_by_role("link", name="Test consideration").click()
54+
page.get_by_role("link", name="Go back to Test consideration summary").click()

0 commit comments

Comments
 (0)