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