Sha256: c67e969703221607a6075e18ace7e7a3605efbbbc835bba4914db3f0aa92bffe
Contents?: true
Size: 483 Bytes
Versions: 8
Compression:
Stored size: 483 Bytes
Contents
Then (/^the div text should exist$/) do @page.divTextID_exists?.should == true @page.divTextID?.should == true end Then (/^the div text should be visible$/) do @page.divTextID_visible?.should == true @page.divTextID_?.should == true end Then (/^the div text should be a div object$/) do @object = @page.divTextID_div @object.should be_instance_of Symbiont::WebObjects::Div end Then (/^the div text should be "([^"]*)"$/) do |text| @page.divTextID.should == text end
Version data entries
8 entries across 8 versions & 1 rubygems