Sha256: a52821a372c767276fe8bb645812661411e27d4c6035bcf4b0343a67289b20bf
Contents?: true
Size: 368 Bytes
Versions: 36
Compression:
Stored size: 368 Bytes
Contents
Then /^the title should be "([^"]*)"$/ do |text| find(:xpath, "//h1[contains(text(),'#{text}')]").should_not(be_nil, "Could not find the text '#{text}' within the h1 tag") end Then /^the browser title should be "([^"]*)"$/ do |text| find(:xpath, "//title[contains(text(),'#{text}')]").should_not(be_nil, "Could not find the text '#{text}' within the title tag") end
Version data entries
36 entries across 36 versions & 1 rubygems