Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
activeadmin / features / step_definitions / member_link_steps.rb
Size: Mime:
Then /^I should see an action item button "([^"]*)"$/ do |content|
  expect(page).to have_css '.action_items a', text: content
end

Then /^I should not see an action item button "([^"]*)"$/ do |content|
  expect(page).to_not have_css '.action_items', text: content
end