Sha256: 2d5d54c6b3fa6a0e8dba331026e211f9cd147f89621a0dadea49b6e18b06cfc6
Contents?: true
Size: 496 Bytes
Versions: 8
Compression:
Stored size: 496 Bytes
Contents
Then (/^the span text should exist$/) do @page.spanTextID_exists?.should == true @page.spanTextID?.should == true end Then (/^the span text should be visible$/) do @page.spanTextID_visible?.should == true @page.spanTextID_?.should == true end Then (/^the span text should be a span object$/) do @object = @page.spanTextID_span @object.should be_instance_of Symbiont::WebObjects::Span end Then (/^the span text should be "([^"]*)"$/) do |text| @page.spanTextID.should == text end
Version data entries
8 entries across 8 versions & 1 rubygems