Sha256: a63c562cb11114c99e70bdc4d25201c9a7a415853b3d00932c7fa360c67b7085
Contents?: true
Size: 207 Bytes
Versions: 33
Compression:
Stored size: 207 Bytes
Contents
Then /^the site should contain a meta tag with name "([^"]*)" and content "([^"]*)"$/ do |name, content| expect(page).to have_xpath("//meta[@name='#{name}' and @content='#{content}']", visible: false) end
Version data entries
33 entries across 33 versions & 5 rubygems