We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47b839f commit d624de6Copy full SHA for d624de6
1 file changed
features/types_tobacco_smoking.feature
@@ -27,6 +27,13 @@ Feature: Types tobacco smoking page
27
When I check "Cigarettes"
28
And I submit the form
29
Then I am on "/cigarettes-smoking-frequency"
30
+ When I click "Back"
31
+ Then I am on "/types-tobacco-smoking"
32
+ And I see "Cigarettes" selected
33
+ When I check "Pipe"
34
+ And I click "Continue"
35
+ Then I am on "/cigarettes-smoking-current"
36
+ And I see a back link to "/types-tobacco-smoking"
37
38
Scenario: Checking responses and changing them
39
Given I am logged in
0 commit comments