Sha256: 23f4c2a3b05090acfb22e40e89eef39ee81f06aea8ae35f0f42e413204712970

Contents?: true

Size: 401 Bytes

Versions: 8

Compression:

Stored size: 401 Bytes

Contents

When /^the login form on the database application is filled in with standard data$/ do
  @activity = LoggingIn.new(@browser)
  @activity.start
  @activity.server = "Staging"
  @activity.client = "QA"
  @activity.loginName = "jnyman"
  @activity.loginPassword = "P@ssw0rd!"
  @activity.login
end

Then /^the entity list page appears$/ do
  @browser.title.should == "Entity List | Test Application"
end

Version data entries

8 entries across 8 versions & 1 rubygems

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