Sha256: 2642f54803822c80cff65ca4c14b7bbca4149eb0f7a2ec1efdd532b0d99aa58e

Contents?: true

Size: 485 Bytes

Versions: 2

Compression:

Stored size: 485 Bytes

Contents

When (/^on the landing page$/) do
  @page = LandingPage.new(@browser, true)
end

When (/^on the object test page$/) do
  @page = SimpleObjectPage.new(@browser, true)
end

When (/^on the events test page$/) do
  @page = SimpleEventsPage.new(@browser, true)
end

Then (/^the simple object page appears$/) do
  @browser.title.should == "Simple Object Page | Test Application"
end

Then (/^the first success page appears$/) do
  @browser.title.should == "Success 1 | Test Application"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
symbiont-0.1.2 specs/support/test_steps/action_steps_navigate.rb
symbiont-0.1.1 specs/support/test_steps/action_steps_navigate.rb