We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5eb5f6 commit d7a6270Copy full SHA for d7a6270
tests/test_app.py
@@ -51,4 +51,4 @@ def test_add_consideration(live_server, page, questions):
51
expect(page.get_by_text("Someone")).to_be_visible()
52
expect(page.get_by_text("National policy change")).to_be_visible()
53
expect(page.get_by_text("Modern planning software")).to_be_visible()
54
- page.get_by_role("link", name="Test consideration").click()
+ page.get_by_role("link", name="Go back to Test consideration summary").click()
0 commit comments