diff options
Diffstat (limited to 'features/step_definitions/within_steps.rb')
-rw-r--r-- | features/step_definitions/within_steps.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/features/step_definitions/within_steps.rb b/features/step_definitions/within_steps.rb index 3a3822d..e2eb67f 100644 --- a/features/step_definitions/within_steps.rb +++ b/features/step_definitions/within_steps.rb @@ -1,5 +1,6 @@ { - 'as a role' => '.role-tag.view.user-role' + 'as a role' => '.role-tag.view.user-role', + 'as question content' => '.view.question-content' }. each do |within, selector| Then /^I should( not)? see "([^"]*)" #{within}$/ do |negation, text| |