Sha256: fe65ceffa3e6e651d4941588319772169249b72c3ead52e4c879f53a33abeb84
Contents?: true
Size: 348 Bytes
Versions: 19
Compression:
Stored size: 348 Bytes
Contents
Then /^I should see the panel title "([^"]*)"$/ do |title| expect(page).to have_css '.panel > h3', text: title end Then /^I should not see the panel title "([^"]*)"$/ do |title| expect(page).to_not have_css '.panel > h3', text: title end Then /^I should see the attributes table$/ do expect(page).to have_css '.panel .attributes_table' end
Version data entries
19 entries across 19 versions & 4 rubygems