Sha256: ca7736018ecf4524d7338c7b5edf1dc4dd98419b9ee1cfafa152ee7c48dd5a88

Contents?: true

Size: 274 Bytes

Versions: 2

Compression:

Stored size: 274 Bytes

Contents

#When(/^on the (.*) page$/) do |name|
  #case name
  #  when "web objects"
  #    @page = WebObjects.new(@browser, true)
  #end
#end

Given(/^the web objects page$/) do
  on_view(WebObjects)
end

Given(/^the comic characters page$/) do
  on_view(Characters)
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
symbiont-0.2.1 specs/steps/navigation_steps.rb
symbiont-0.2.0 specs/steps/navigation_steps.rb