@@ -44,9 +44,12 @@ Feature: Questionnaire
4444 When I fill in and submit my cancer diagnosis with "No"
4545 Then I am on "/family-history-lung-cancer"
4646 And I see a back link to "/cancer-diagnosis"
47- When I fill in and submit my family history lung cancer with "No "
48- Then I am on "/responses "
47+ When I fill in and submit my family history lung cancer with "Yes "
48+ Then I am on "/relatives-age-when-diagnosed "
4949 And I see a back link to "/family-history-lung-cancer"
50+ When I fill in and submit my relatives age when diagnosed with "Yes, they were younger than 60"
51+ Then I am on "/responses"
52+ And I see a back link to "/relatives-age-when-diagnosed"
5053 And I see responses "Have you ever smoked? Yes, I used to smoke"
5154 And I see responses "What is your date of birth?" with a date 55 years ago
5255 And I see responses "What is your height? 5 feet 7 inches"
@@ -56,3 +59,6 @@ Feature: Questionnaire
5659 And I see responses "What is your ethnic background? White"
5760 And I see responses "Have you ever worked in a job where you might have been exposed to asbestos? No"
5861 And I see responses "Have you ever been diagnosed with any of the following respiratory conditions? Pneumonia and Emphysema"
62+ And I see responses "Have you ever been diagnosed with cancer? No"
63+ And I see responses "Have any of your parents, siblings or children ever been diagnosed with lung cancer Yes"
64+ And I see responses "Were any of your relatives younger than 60 years old when they were diagnosed with lung cancer? Yes, they were younger than 60"
0 commit comments