Skip to content

Commit

Permalink
fixup test
Browse files Browse the repository at this point in the history
  • Loading branch information
ashimali committed May 22, 2024
1 parent f5eb5f6 commit d7a6270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ def test_add_consideration(live_server, page, questions):
expect(page.get_by_text("Someone")).to_be_visible()
expect(page.get_by_text("National policy change")).to_be_visible()
expect(page.get_by_text("Modern planning software")).to_be_visible()
page.get_by_role("link", name="Test consideration").click()
page.get_by_role("link", name="Go back to Test consideration summary").click()

0 comments on commit d7a6270

Please sign in to comment.