Sha256: 965782c8b1a422cabde083e4b75260835c079fc3963cec87cf6db097f4edc7c2
Contents?: true
Size: 239 Bytes
Versions: 3
Compression:
Stored size: 239 Bytes
Contents
Then /^I should see a menu item for "([^"]*)"$/ do |name| Then %{I should see "#{name}" within "#tabs li a"} end Then /^I should not see a menu item for "([^"]*)"$/ do |name| Then %{I should not see "#{name}" within "#tabs li a"} end
Version data entries
3 entries across 3 versions & 2 rubygems