search for: no_broken_link

Displaying 1 result from an estimated 1 matches for "no_broken_link".

Did you mean: no_broken_links
2007 May 09
4
UI testing framework? (w/o selenium)
...page.should_have :image, "logo.gif" page.should_have :string, "Copyright 2006-Present SomeCo, Inc. All rights reserved." page.should_have :div, :id => ''copyright'' page.should_include :css, ''default.css'' page.should_have.no_broken_links page.should_have.at_least.3 :div, :class => "bbxBody" page.should_have.at_most.6 :div, :class => "someClassName" # page.[name_of_form]_form. page.search_form.submit :name => "California" do result.status.should_be :success result....