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

Version Path
symbiont-0.1.7 specs/support/test_steps/action_steps_divs.rb
symbiont-0.1.6 specs/support/test_steps/action_steps_divs.rb
symbiont-0.1.5 specs/support/test_steps/action_steps_divs.rb
symbiont-0.1.4 specs/support/test_steps/action_steps_divs.rb
symbiont-0.1.3 specs/support/test_steps/action_steps_divs.rb
symbiont-0.1.2 specs/support/test_steps/action_steps_divs.rb
symbiont-0.1.1 specs/support/test_steps/action_steps_divs.rb
symbiont-0.1.0 specs/support/test_steps/action_steps_divs.rb