Sha256: c8e7dda1603051f6050a62946beae6ba1163e67842faecf011cb07ee96a42df5

Contents?: true

Size: 271 Bytes

Versions: 5

Compression:

Stored size: 271 Bytes

Contents

Then /^I should see an action item button "([^"]*)"$/ do |content|
  Then %{I should see "#{content}" within ".action_items a"}
end

Then /^I should not see an action item button "([^"]*)"$/ do |content|
  Then %{I should not see "#{content}" within ".action_items"}
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
saulolso-activeadmin-0.2.2.1 features/step_definitions/action_item_steps.rb
saulolso-activeadmin-0.2.2 features/step_definitions/action_item_steps.rb
activeadmin-0.2.2 features/step_definitions/action_item_steps.rb
activeadmin-0.2.1 features/step_definitions/action_item_steps.rb
activeadmin-0.2.0 features/step_definitions/action_item_steps.rb