Sha256: 8bf7bde83651c8a8563cf098eaa247968579c44cbda15ec3cacd3b6f7c246d01
Contents?: true
Size: 269 Bytes
Versions: 46
Compression:
Stored size: 269 Bytes
Contents
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
Version data entries
46 entries across 46 versions & 6 rubygems