Sha256: 6b31b321c0d431e055421a8659efa676d158c5c219732b29f4a5718661d06531
Contents?: true
Size: 450 Bytes
Versions: 56
Compression:
Stored size: 450 Bytes
Contents
Then /^I should see the css file "([^"]*)"$/ do |path| step %{I should see the css file "#{path}" of media "screen"} end Then /^I should see the css file "([^"]*)" of media "([^"]*)"$/ do |path, media| page.should have_xpath("//link[contains(@href, /stylesheets/#{path}) and contains(@media, #{media})]") end Then /^I should see the js file "([^"]*)"$/ do |path| page.should have_xpath("//script[contains(@src, /javascripts/#{path})]") end
Version data entries
56 entries across 56 versions & 3 rubygems