From 5210d8beeeb3e15f8fa2731eaa2eb52d633f8798 Mon Sep 17 00:00:00 2001 From: Glenn Clarke Date: Wed, 13 Nov 2024 14:50:13 +0000 Subject: [PATCH] PC-1364: Update tests with new copy --- tests/test_frontdoor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_frontdoor.py b/tests/test_frontdoor.py index ebcb6d80..3e631db7 100644 --- a/tests/test_frontdoor.py +++ b/tests/test_frontdoor.py @@ -172,7 +172,7 @@ def _answer_house_questions( page = _check_page(page, "loft-access", "loft_access", "Yes, there is access to my loft") assert page.has_one("h1:contains('How much loft insulation do you have?')") - page = _check_page(page, "loft-insulation", "loft_insulation", "I have up to 100mm of loft insulation") + page = _check_page(page, "loft-insulation", "loft_insulation", "I have less than or equal to 100mm of loft insulation") else: page = _check_page( page, "loft", "loft", "No, I do not have a loft or my loft has been converted into a room" @@ -875,7 +875,7 @@ def test_epc_lookup_failure(): page = _check_page(page, "loft-access", "loft_access", "Yes, there is access to my loft") assert page.has_one("h1:contains('How much loft insulation do you have?')") - page = _check_page(page, "loft-insulation", "loft_insulation", "I have up to 100mm of loft insulation") + page = _check_page(page, "loft-insulation", "loft_insulation", "I have less than or equal to 100mm of loft insulation") assert page.has_one("h1:contains('Check your answers')") form = page.get_form()