Skip to content

Commit fca8a7f

Browse files
committed
Update assertion error text
1 parent 3ba5af0 commit fca8a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lung_cancer_screening/core/tests/acceptance/test_questionnaire.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def test_full_questionnaire_user_journey(self):
123123
expect(responses).to_contain_text("Which of these best describes you? Male")
124124
expect(responses).to_contain_text("What is your ethnic background? White")
125125
expect(responses).to_contain_text("Have you ever worked in a job where you might have been exposed to asbestos? No")
126-
expect(responses).to_contain_text("Have you ever been diagnosed with any of the following respiratory conditions?" ['N'])
126+
expect(responses).to_contain_text("Have you ever been diagnosed with any of the following respiratory conditions? No, I have not had any of these respiratory conditions")
127127

128128
page.click("text=Submit")
129129

0 commit comments

Comments
 (0)