Repository URL to install this package:
|
Version:
1.0.0.pre ▾
|
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