Sha256: e265496b1f8fca87828f2d03cecae9413ecffc3dda4a2aae38b23f94ad2f579d
Contents?: true
Size: 381 Bytes
Versions: 20
Compression:
Stored size: 381 Bytes
Contents
Then /^I should see a menu item for "([^"]*)"$/ do |name| expect(page).to have_css '#tabs > li > a', text: name end Then /^I should not see a menu item for "([^"]*)"$/ do |name| expect(page).to_not have_css '#tabs > li > a', text: name end Then /^I should see a nested menu item for "([^"]*)"$/ do |name| expect(page).to have_css '#tabs > li > ul > li > a', text: name end
Version data entries
20 entries across 20 versions & 4 rubygems