-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsmoking_current.feature
More file actions
31 lines (29 loc) · 1.32 KB
/
smoking_current.feature
File metadata and controls
31 lines (29 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
@SmokingHistory
@SmokingCurrent
Feature: Smoking current page
Scenario: The page is accessible
Given I am logged in
And I have answered questions showing I am eligible
And I have answered questions showing I have smoked for "10" years
And I have answered questions showing I have smoked "Cigarettes"
When I go to "/cigarettes-smoking-current"
Then there are no accessibility violations
Scenario: Form errors
Given I am logged in
And I have answered questions showing I am eligible
And I have answered questions showing I have smoked for "10" years
And I have answered questions showing I have smoked "Cigarettes, Pipe"
When I go to "/cigarettes-smoking-current"
And I click "Continue"
Then I am on "/cigarettes-smoking-current"
And I see a form error "Select if you currently smoke cigarettes"
And there are no accessibility violations
Scenario: Navigating backwards and forwards
Given I am logged in
And I have answered questions showing I am eligible
And I have answered questions showing I have smoked for "10" years
And I have answered questions showing I have smoked "Cigarettes"
When I go to "/cigarettes-smoking-current"
Then I see a back link to "/types-tobacco-smoking"
When I check "Yes" and submit
Then I am on "/cigarettes-smoked-total-years"