Skip to content

Instantly share code, notes, and snippets.

@nritholtz
Created May 15, 2015 15:48
Show Gist options
  • Save nritholtz/29fefeafc25850ce1ca1 to your computer and use it in GitHub Desktop.
Save nritholtz/29fefeafc25850ce1ca1 to your computer and use it in GitHub Desktop.
Capybara Webkit Crash - 5-15-2015
@test @manage_users
Feature: Manage Users
In order to manage users
As an aggregator
I want to sign in on the homepage
And manage users
@invite @help_text
Scenario Outline: Invite Users help text # features/test/portal_settings/invite_user.feature:9
Given I have signed into the portal as a <type> aggregator # features/test/step_definitions/shared_steps.rb:1
When I view the Portal Users page # features/test/step_definitions/portal_settings/invite_user_steps.rb:59
And I create an Invitation # features/test/step_definitions/portal_settings/invite_user_steps.rb:66
Then I should see the Portal Users help text for <type> # features/test/step_definitions/portal_settings/invite_user_steps.rb:738
Examples:
| type |
|Finished "EnableLogging()" with response "Success()"
Wrote response true ""
Received "Version()"
Started "Version()"
Finished "Version()" with response "Success(Qt: 5.4.0
WebKit: 538.1
QtWebKit: 5.4.0)"
Wrote response true "Qt: 5.4.0
WebKit: 538.1
QtWebKit: 5.4.0"
Capybara: 2.4.1
capybara-webkit: 1.5.0
Qt: 5.4.0
WebKit: 538.1
QtWebKit: 5.4.0Received "IgnoreSslErrors()"
Started "IgnoreSslErrors()"
Finished "IgnoreSslErrors()" with response "Success()"
Wrote response true ""
Received "AllowUrl(*)"
Started "AllowUrl(*)"
Finished "AllowUrl(*)" with response "Success()"
Wrote response true ""
Received "GetCookies()"
Started "GetCookies()"
Finished "GetCookies()" with response "Success()"
Wrote response true ""
Received "Visit(https://test.cstage03.test.com)"
Started "Visit(https://test.cstage03.test.com)"
Load started
"Visit(https://test.cstage03.test.com)" started page load
Started request to "https://test.cstage03.test.com/"
Finished "Visit(https://test.cstage03.test.com)" with response "Success()"
Started request to "https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.js"
Started request to "https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/jquery-ui.js"
Started request to "https://ajax.aspnetcdn.com/ajax/jquery.validate/1.8.1/jquery.validate.min.js"
Started request to "https://test.cstage03.test.com/assets/bootstrap-83901b05757c81a53acf61394691dd3f.js"
Started request to "https://test.cstage03.test.com/assets/application-39b8baad4b83fecf904b10074d730c3a.js"
Started request to "https://test.cstage03.test.com/assets/application-99aeda7e2b610d160758df904f558b6d.css"
Started request to "https://test.cstage03.test.com/assets/simple_validate_form-6e0a1437d2678c24ace1b295e4938c49.js"
Started request to "https://test.cstage03.test.com/assets/password_help_icon-632af480457b3afb09f9b8c69c925287.js"
Received 200 from "https://test.cstage03.test.com/"
Received 200 from "https://test.cstage03.test.com/assets/password_help_icon-632af480457b3afb09f9b8c69c925287.js"
Received 200 from "https://test.cstage03.test.com/assets/simple_validate_form-6e0a1437d2678c24ace1b295e4938c49.js"
Received 200 from "https://test.cstage03.test.com/assets/bootstrap-83901b05757c81a53acf61394691dd3f.js"
Received 200 from "https://ajax.aspnetcdn.com/ajax/jquery.validate/1.8.1/jquery.validate.min.js"
Received 200 from "https://test.cstage03.test.com/assets/application-99aeda7e2b610d160758df904f558b6d.css"
Received 200 from "https://test.cstage03.test.com/assets/application-39b8baad4b83fecf904b10074d730c3a.js"
Received 200 from "https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.js"
Received 200 from "https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/jquery-ui.js"
Started request to "https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700"
Received 200 from "https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700"
Started request to "https://ssl.google-analytics.com/ga.js"
Started request to "https://test.cstage03.test.com/assets/branding/logo-idtpro-aggregator-large-67dd0909bc31de1858cc89e4a3acd101.png"
Started request to "https://test.cstage03.test.com/trial_account"
Started request to "https://test.cstage03.test.com/assets/shared/help-b93203dfa4673b1749cc8a8e68e5a2e6.png"
Received 200 from "https://test.cstage03.test.com/assets/branding/logo-idtpro-aggregator-large-67dd0909bc31de1858cc89e4a3acd101.png"
Received 200 from "https://test.cstage03.test.com/assets/shared/help-b93203dfa4673b1749cc8a8e68e5a2e6.png"
Received 401 from "https://test.cstage03.test.com/trial_account"
Received 200 from "https://ssl.google-analytics.com/ga.js"
Page finished with true
Load finished
Page load from command finished
Wrote response true ""
Received "FindCss(#user_login)"
Started "FindCss(#user_login)"
Finished "FindCss(#user_login)" with response "Success(1)"
Wrote response true "1"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.set"
Started "Node.set"
Finished "Node.set" with response "Success()"
Wrote response true ""
Received "FindCss(input[type='submit'])"
Started "FindCss(input[type='submit'])"
Finished "FindCss(input[type='submit'])" with response "Success(2)"
Wrote response true "2"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.leftClick"
Started "Node.leftClick"
Finished "Node.leftClick" with response "Success()"
Wrote response true ""
Load started
Started request to "https://test.cstage03.test.com/login"
Received "FindCss(#user_password)"
"TimeoutCommand" waiting for load to finish
Received 200 from "https://test.cstage03.test.com/login"
Started request to "https://test.cstage03.test.com/trial_account"
Started request to "https://test.cstage03.test.com/assets/security_images/kabuk-9cd0d796f63c02b36a4c8cd282c56a52.png"
Received 200 from "https://test.cstage03.test.com/assets/security_images/kabuk-9cd0d796f63c02b36a4c8cd282c56a52.png"
Page finished with true
Load finished
Started "FindCss(#user_password)"
Finished "FindCss(#user_password)" with response "Success(1)"
Wrote response true "1"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.set"
Started "Node.set"
Finished "Node.set" with response "Success()"
Wrote response true ""
Received 401 from "https://test.cstage03.test.com/trial_account"
Received "FindCss(input[type='submit'])"
Started "FindCss(input[type='submit'])"
Finished "FindCss(input[type='submit'])" with response "Success(2)"
Wrote response true "2"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.leftClick"
Started "Node.leftClick"
Finished "Node.leftClick" with response "Success()"
Wrote response true ""
Load started
Started request to "https://test.cstage03.test.com/users/sign_in"
Received "FindCss(.error-dashboard-link)"
"TimeoutCommand" waiting for load to finish
Started request to "https://test.cstage03.test.com/dashboard"
Received 302 from "https://test.cstage03.test.com/users/sign_in"
Started request to "https://test.cstage03.test.com/security_challenge"
Received 302 from "https://test.cstage03.test.com/dashboard"
Started request to "https://test.cstage03.test.com/assets/security_challenge-1c6f93eed75e78d0925978656128ded5.js"
Received 200 from "https://test.cstage03.test.com/security_challenge"
Received 200 from "https://test.cstage03.test.com/assets/security_challenge-1c6f93eed75e78d0925978656128ded5.js"
Started request to "https://test.cstage03.test.com/trial_account"
Started request to "https://test.cstage03.test.com/assets/branding/logo-idtpro-aggregator-glow-dc3e91b837ed27c56ac791f1a9998cd1.png"
Started request to "https://test.cstage03.test.com/assets/main_toolbar/profile.png"
Started request to "https://test.cstage03.test.com/assets/main_toolbar/settings.png"
Started request to "https://test.cstage03.test.com/assets/main_toolbar/rates.png"
Started request to "https://test.cstage03.test.com/assets/main_toolbar/reports.png"
Started request to "https://test.cstage03.test.com/assets/main_toolbar/payments.png"
Started request to "https://test.cstage03.test.com/assets/main_toolbar/support.png"
Started request to "https://test.cstage03.test.com/assets/main_toolbar/faq.png"
Started request to "https://test.cstage03.test.com/assets/main_toolbar/subusers.png"
Started request to "https://test.cstage03.test.com/assets/main_toolbar/emails.png"
Received 200 from "https://test.cstage03.test.com/assets/main_toolbar/settings.png"
Received 200 from "https://test.cstage03.test.com/assets/main_toolbar/reports.png"
Received 200 from "https://test.cstage03.test.com/assets/main_toolbar/profile.png"
Received 200 from "https://test.cstage03.test.com/assets/main_toolbar/rates.png"
Received 200 from "https://test.cstage03.test.com/assets/branding/logo-idtpro-aggregator-glow-dc3e91b837ed27c56ac791f1a9998cd1.png"
Received 200 from "https://test.cstage03.test.com/assets/main_toolbar/payments.png"
Received 200 from "https://test.cstage03.test.com/assets/main_toolbar/faq.png"
Received 200 from "https://test.cstage03.test.com/assets/main_toolbar/support.png"
Received 200 from "https://test.cstage03.test.com/assets/main_toolbar/subusers.png"
Received 200 from "https://test.cstage03.test.com/assets/main_toolbar/emails.png"
Page finished with true
Load finished
Started "FindCss(.error-dashboard-link)"
Finished "FindCss(.error-dashboard-link)" with response "Success()"
Wrote response true ""
Received "FindCss(.error-dashboard-link)"
Started "FindCss(.error-dashboard-link)"
Finished "FindCss(.error-dashboard-link)" with response "Success()"
Wrote response true ""
Received "CurrentUrl()"
Started "CurrentUrl()"
Finished "CurrentUrl()" with response "Success(https://test.cstage03.test.com/security_challenge)"
Wrote response true "https://test.cstage03.test.com/security_challenge"
Received "FindCss(#answer)"
Started "FindCss(#answer)"
Finished "FindCss(#answer)" with response "Success(1)"
Wrote response true "1"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.set"
Started "Node.set"
Finished "Node.set" with response "Success()"
Wrote response true ""
Received 200 from "https://test.cstage03.test.com/trial_account"
Received "FindCss(input[type='submit'])"
Started "FindCss(input[type='submit'])"
Finished "FindCss(input[type='submit'])" with response "Success(2)"
Wrote response true "2"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.leftClick"
Started "Node.leftClick"
Finished "Node.leftClick" with response "Success()"
Wrote response true ""
Load started
Started request to "https://test.cstage03.test.com/security_challenge"
Received "FindCss(.error-dashboard-link)"
"TimeoutCommand" waiting for load to finish
Started request to "https://test.cstage03.test.com/dashboard"
Received 302 from "https://test.cstage03.test.com/security_challenge"
Started request to "https://test.cstage03.test.com/assets/jqplot-manifest-5229e954894c90730362283fbfae6a55.js"
Started request to "https://test.cstage03.test.com/assets/dashboard-4fdc929e1975235adf7c16e87e50fdc2.js"
Received 200 from "https://test.cstage03.test.com/dashboard"
Received 200 from "https://test.cstage03.test.com/assets/jqplot-manifest-5229e954894c90730362283fbfae6a55.js"
Received 200 from "https://test.cstage03.test.com/assets/dashboard-4fdc929e1975235adf7c16e87e50fdc2.js"
Started request to "https://s3.amazonaws.com/test/11114-IATU-BANNER-870x150px.jpg"
Started request to "https://test.cstage03.test.com/trial_account"
Started request to "https://test.cstage03.test.com/attention_tickets"
Started request to "https://test.cstage03.test.com/profile_contacts"
Started request to "https://test.cstage03.test.com/spend_top_5"
Started request to "https://test.cstage03.test.com/minutes_top_5"
Started request to "https://test.cstage03.test.com/feed"
Started request to "https://test.cstage03.test.com/minute_spend_graph"
Started request to "https://test.cstage03.test.com/dashboard/account_summary.json"
Started request to "https://test.cstage03.test.com/assets/loading.gif"
Received 200 from "https://s3.amazonaws.com/test/11114-IATU-BANNER-870x150px.jpg"
Received 200 from "https://test.cstage03.test.com/trial_account"
Received 200 from "https://test.cstage03.test.com/profile_contacts"
Received 200 from "https://test.cstage03.test.com/spend_top_5"
Received 200 from "https://test.cstage03.test.com/assets/loading.gif"
Page finished with true
Load finished
Started "FindCss(.error-dashboard-link)"
Finished "FindCss(.error-dashboard-link)" with response "Success()"
Wrote response true ""
Received "FindCss(.error-dashboard-link)"
Started "FindCss(.error-dashboard-link)"
Finished "FindCss(.error-dashboard-link)" with response "Success()"
Wrote response true ""
Received "CurrentUrl()"
Started "CurrentUrl()"
Finished "CurrentUrl()" with response "Success(https://test.cstage03.test.com/dashboard)"
Wrote response true "https://test.cstage03.test.com/dashboard"
Received "FindCss(.error-dashboard-link)"
Started "FindCss(.error-dashboard-link)"
Finished "FindCss(.error-dashboard-link)" with response "Success()"
Wrote response true ""
Received "FindCss(.error-dashboard-link)"
Started "FindCss(.error-dashboard-link)"
Finished "FindCss(.error-dashboard-link)" with response "Success()"
Wrote response true ""
Received "FindCss(h3)"
Started "FindCss(h3)"
Finished "FindCss(h3)" with response "Success(1,2,3,4,5)"
Wrote response true "1,2,3,4,5"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(Account Summary)"
Wrote response true "Account Summary"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received 200 from "https://test.cstage03.test.com/attention_tickets"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received 200 from "https://test.cstage03.test.com/minute_spend_graph"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received 200 from "https://test.cstage03.test.com/dashboard/account_summary.json"
Started request to "https://test.cstage03.test.com/assets/shared/help.png"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(false)"
Wrote response true "false"
Received "Visit(https://test.cstage03.test.com/users)"
Started "Visit(https://test.cstage03.test.com/users)"
Received 0 from "https://test.cstage03.test.com/assets/shared/help.png"
Received 0 from "https://test.cstage03.test.com/feed"
Received 0 from "https://test.cstage03.test.com/minutes_top_5"
Load started
"Visit(https://test.cstage03.test.com/users)" started page load
Started request to "https://test.cstage03.test.com/users"
Finished "Visit(https://test.cstage03.test.com/users)" with response "Success()"
Started request to "https://test.cstage03.test.com/assets/users-1c6f93eed75e78d0925978656128ded5.js"
Received 200 from "https://test.cstage03.test.com/users"
Received 200 from "https://test.cstage03.test.com/assets/users-1c6f93eed75e78d0925978656128ded5.js"
Started request to "https://test.cstage03.test.com/trial_account"
Page finished with true
Load finished
Page load from command finished
Wrote response true ""
Received "FindCss(a[href='/invitations/new'])"
Started "FindCss(a[href='/invitations/new'])"
Finished "FindCss(a[href='/invitations/new'])" with response "Success(1)"
Wrote response true "1"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.leftClick"
Started "Node.leftClick"
Received 0 from "https://test.cstage03.test.com/trial_account"
Load started
"Node.leftClick" started page load
Started request to "https://test.cstage03.test.com/invitations/new"
Finished "Node.leftClick" with response "Success()"
Started request to "https://test.cstage03.test.com/assets/invitation-form-f19f5770a7867b134641aa4a9b0a67dc.js"
Received 200 from "https://test.cstage03.test.com/invitations/new"
Received 200 from "https://test.cstage03.test.com/assets/invitation-form-f19f5770a7867b134641aa4a9b0a67dc.js"
Started request to "https://test.cstage03.test.com/trial_account"
Page finished with true
Load finished
Page load from command finished
Wrote response true ""
Received "FindCss(input[id='invitation_first_name'])"
Started "FindCss(input[id='invitation_first_name'])"
Finished "FindCss(input[id='invitation_first_name'])" with response "Success(1)"
Wrote response true "1"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.set"
Started "Node.set"
Finished "Node.set" with response "Success()"
Wrote response true ""
Received "FindCss(input[id='invitation_last_name'])"
Started "FindCss(input[id='invitation_last_name'])"
Finished "FindCss(input[id='invitation_last_name'])" with response "Success(2)"
Wrote response true "2"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.set"
Started "Node.set"
Finished "Node.set" with response "Success()"
Wrote response true ""
Received "FindCss(input[id='invitation_email'])"
Started "FindCss(input[id='invitation_email'])"
Finished "FindCss(input[id='invitation_email'])" with response "Success(3)"
Wrote response true "3"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.set"
Started "Node.set"
Finished "Node.set" with response "Success()"
Wrote response true ""
Received 200 from "https://test.cstage03.test.com/trial_account"
Received "FindCss(input[id='invitation_department'])"
Started "FindCss(input[id='invitation_department'])"
Finished "FindCss(input[id='invitation_department'])" with response "Success(4)"
Wrote response true "4"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.set"
Started "Node.set"
Finished "Node.set" with response "Success()"
Wrote response true ""
Received "FindCss(#permissions_administrator)"
Started "FindCss(#permissions_administrator)"
Finished "FindCss(#permissions_administrator)" with response "Success(5)"
Wrote response true "5"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.findXpathWithin"
Started "Node.findXpathWithin"
Finished "Node.findXpathWithin" with response "Success(6)"
Wrote response true "6"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success( Administrator
Administrator
Administrators can perform any action on the portal including creating, editing and deleting any other user.
)"
Wrote response true " Administrator
Administrator
Administrators can perform any action on the portal including creating, editing and deleting any other user.
"
Received "FindCss(#permissions_company_profile)"
Started "FindCss(#permissions_company_profile)"
Finished "FindCss(#permissions_company_profile)" with response "Success(7)"
Wrote response true "7"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.findXpathWithin"
Started "Node.findXpathWithin"
Finished "Node.findXpathWithin" with response "Success(8)"
Wrote response true "8"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success( Company Profile
Company Profile
Allows the user to update the company address and contact phone numbers.
)"
Wrote response true " Company Profile
Company Profile
Allows the user to update the company address and contact phone numbers.
"
Received "FindCss(#permissions_payment)"
Started "FindCss(#permissions_payment)"
Finished "FindCss(#permissions_payment)" with response "Success(9)"
Wrote response true "9"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.findXpathWithin"
Started "Node.findXpathWithin"
Finished "Node.findXpathWithin" with response "Success(10)"
Wrote response true "10"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success( Billing
Billing
Allows the user manage credit cards, make payments, adjust auto recharge, set low balance alerts, view payment instructions and see transaction history.
)"
Wrote response true " Billing
Billing
Allows the user manage credit cards, make payments, adjust auto recharge, set low balance alerts, view payment instructions and see transaction history.
"
Received "FindCss(#permissions_switches)"
Started "FindCss(#permissions_switches)"
Finished "FindCss(#permissions_switches)" with response "Success(11)"
Wrote response true "11"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.findXpathWithin"
Started "Node.findXpathWithin"
Finished "Node.findXpathWithin" with response "Success(12)"
Wrote response true "12"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success( Switches
Switches
Allows the user to add, update & remove switch IP addresses.
)"
Wrote response true " Switches
Switches
Allows the user to add, update & remove switch IP addresses.
"
Received "FindCss(#permissions_support_tickets)"
Started "FindCss(#permissions_support_tickets)"
Finished "FindCss(#permissions_support_tickets)" with response "Success(13)"
Wrote response true "13"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.findXpathWithin"
Started "Node.findXpathWithin"
Finished "Node.findXpathWithin" with response "Success(14)"
Wrote response true "14"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success( Support Tickets
Support Tickets
Allows the user to create, read and update Support Tickets.
)"
Wrote response true " Support Tickets
Support Tickets
Allows the user to create, read and update Support Tickets.
"
Received "FindCss(#permissions_rates)"
Started "FindCss(#permissions_rates)"
Finished "FindCss(#permissions_rates)" with response "Success(15)"
Wrote response true "15"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.findXpathWithin"
Started "Node.findXpathWithin"
Finished "Node.findXpathWithin" with response "Success(16)"
Wrote response true "16"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success( Rates
Rates
Allows the user to view and download rates.
)"
Wrote response true " Rates
Rates
Allows the user to view and download rates.
"
Received "FindCss(#permissions_email_groups)"
Started "FindCss(#permissions_email_groups)"
Finished "FindCss(#permissions_email_groups)" with response "Success(17)"
Wrote response true "17"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.findXpathWithin"
Started "Node.findXpathWithin"
Finished "Node.findXpathWithin" with response "Success(18)"
Wrote response true "18"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success( Email Groups
Email Groups
Specify the email addresses that should receive each type of communication.
)"
Wrote response true " Email Groups
Email Groups
Specify the email addresses that should receive each type of communication.
"
prepaid |Received "Reset()"
Started "Reset()"
Finished "Reset()" with response "Success()"
Wrote response true ""
Received "FindXpath(/html/body/*)"
Started "FindXpath(/html/body/*)"
Finished "FindXpath(/html/body/*)" with response "Success()"
Wrote response true ""
Portal User: auto1431657813
|Received "Version()"
Started "Version()"
Finished "Version()" with response "Success(Qt: 5.4.0
WebKit: 538.1
QtWebKit: 5.4.0)"
Wrote response true "Qt: 5.4.0
WebKit: 538.1
QtWebKit: 5.4.0"
Capybara: 2.4.1
capybara-webkit: 1.5.0
Qt: 5.4.0
WebKit: 538.1
QtWebKit: 5.4.0Received "IgnoreSslErrors()"
Started "IgnoreSslErrors()"
Finished "IgnoreSslErrors()" with response "Success()"
Wrote response true ""
Received "AllowUrl(*)"
Started "AllowUrl(*)"
Finished "AllowUrl(*)" with response "Success()"
Wrote response true ""
Received "GetCookies()"
Started "GetCookies()"
Finished "GetCookies()" with response "Success()"
Wrote response true ""
Received "Visit(https://test.cstage03.test.com)"
Started "Visit(https://test.cstage03.test.com)"
Load started
"Visit(https://test.cstage03.test.com)" started page load
Started request to "https://test.cstage03.test.com/"
Finished "Visit(https://test.cstage03.test.com)" with response "Success()"
Received 200 from "https://test.cstage03.test.com/"
Started request to "https://test.cstage03.test.com/trial_account"
Page finished with true
Load finished
Page load from command finished
Wrote response true ""
Received 401 from "https://test.cstage03.test.com/trial_account"
Received "FindCss(#user_login)"
Started "FindCss(#user_login)"
Finished "FindCss(#user_login)" with response "Success(1)"
Wrote response true "1"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.set"
Started "Node.set"
Finished "Node.set" with response "Success()"
Wrote response true ""
Received "FindCss(input[type='submit'])"
Started "FindCss(input[type='submit'])"
Finished "FindCss(input[type='submit'])" with response "Success(2)"
Wrote response true "2"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.leftClick"
Started "Node.leftClick"
Finished "Node.leftClick" with response "Success()"
Wrote response true ""
Load started
Started request to "https://test.cstage03.test.com/login"
Received "FindCss(#user_password)"
"TimeoutCommand" waiting for load to finish
Received 200 from "https://test.cstage03.test.com/login"
Started request to "https://test.cstage03.test.com/trial_account"
Started request to "https://test.cstage03.test.com/assets/security_images/green_bridge-50ed4fb5fbef769f4b80a1dda888cf66.png"
Received 200 from "https://test.cstage03.test.com/assets/security_images/green_bridge-50ed4fb5fbef769f4b80a1dda888cf66.png"
Page finished with true
Load finished
Started "FindCss(#user_password)"
Finished "FindCss(#user_password)" with response "Success(1)"
Wrote response true "1"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.set"
Started "Node.set"
Finished "Node.set" with response "Success()"
Wrote response true ""
Received 401 from "https://test.cstage03.test.com/trial_account"
Received "FindCss(input[type='submit'])"
Started "FindCss(input[type='submit'])"
Finished "FindCss(input[type='submit'])" with response "Success(2)"
Wrote response true "2"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.leftClick"
Started "Node.leftClick"
Finished "Node.leftClick" with response "Success()"
Wrote response true ""
Load started
Started request to "https://test.cstage03.test.com/users/sign_in"
Received "FindCss(.error-dashboard-link)"
"TimeoutCommand" waiting for load to finish
Started request to "https://test.cstage03.test.com/dashboard"
Received 302 from "https://test.cstage03.test.com/users/sign_in"
Started request to "https://test.cstage03.test.com/security_challenge"
Received 302 from "https://test.cstage03.test.com/dashboard"
Received 200 from "https://test.cstage03.test.com/security_challenge"
Started request to "https://test.cstage03.test.com/trial_account"
Started request to "https://test.cstage03.test.com/assets/branding/logo-idtpro-aggregator-postpaid-glow-dc3e91b837ed27c56ac791f1a9998cd1.png"
Started request to "https://test.cstage03.test.com/assets/main_toolbar/invoices.png"
Received 200 from "https://test.cstage03.test.com/assets/branding/logo-idtpro-aggregator-postpaid-glow-dc3e91b837ed27c56ac791f1a9998cd1.png"
Received 200 from "https://test.cstage03.test.com/assets/main_toolbar/invoices.png"
Page finished with true
Load finished
Started "FindCss(.error-dashboard-link)"
Finished "FindCss(.error-dashboard-link)" with response "Success()"
Wrote response true ""
Received "FindCss(.error-dashboard-link)"
Started "FindCss(.error-dashboard-link)"
Finished "FindCss(.error-dashboard-link)" with response "Success()"
Wrote response true ""
Received "CurrentUrl()"
Started "CurrentUrl()"
Finished "CurrentUrl()" with response "Success(https://test.cstage03.test.com/security_challenge)"
Wrote response true "https://test.cstage03.test.com/security_challenge"
Received "FindCss(#answer)"
Started "FindCss(#answer)"
Finished "FindCss(#answer)" with response "Success(1)"
Wrote response true "1"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.set"
Started "Node.set"
Finished "Node.set" with response "Success()"
Wrote response true ""
Received "FindCss(input[type='submit'])"
Started "FindCss(input[type='submit'])"
Finished "FindCss(input[type='submit'])" with response "Success(2)"
Wrote response true "2"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.leftClick"
Started "Node.leftClick"
Finished "Node.leftClick" with response "Success()"
Wrote response true ""
Received 0 from "https://test.cstage03.test.com/trial_account"
Load started
Started request to "https://test.cstage03.test.com/security_challenge"
Received "FindCss(.error-dashboard-link)"
"TimeoutCommand" waiting for load to finish
Started request to "https://test.cstage03.test.com/dashboard"
Received 302 from "https://test.cstage03.test.com/security_challenge"
Received 200 from "https://test.cstage03.test.com/dashboard"
Started request to "https://test.cstage03.test.com/trial_account"
Started request to "https://test.cstage03.test.com/attention_tickets"
Started request to "https://test.cstage03.test.com/profile_contacts"
Started request to "https://test.cstage03.test.com/spend_top_5"
Started request to "https://test.cstage03.test.com/minutes_top_5"
Started request to "https://test.cstage03.test.com/feed"
Started request to "https://test.cstage03.test.com/minute_spend_graph"
Started request to "https://test.cstage03.test.com/dashboard/account_summary.json"
Page finished with true
Load finished
Started "FindCss(.error-dashboard-link)"
Finished "FindCss(.error-dashboard-link)" with response "Success()"
Wrote response true ""
Received "FindCss(.error-dashboard-link)"
Started "FindCss(.error-dashboard-link)"
Finished "FindCss(.error-dashboard-link)" with response "Success()"
Wrote response true ""
Received "CurrentUrl()"
Started "CurrentUrl()"
Finished "CurrentUrl()" with response "Success(https://test.cstage03.test.com/dashboard)"
Wrote response true "https://test.cstage03.test.com/dashboard"
Received "FindCss(.error-dashboard-link)"
Started "FindCss(.error-dashboard-link)"
Finished "FindCss(.error-dashboard-link)" with response "Success()"
Wrote response true ""
Received "FindCss(.error-dashboard-link)"
Started "FindCss(.error-dashboard-link)"
Finished "FindCss(.error-dashboard-link)" with response "Success()"
Wrote response true ""
Received "FindCss(h3)"
Started "FindCss(h3)"
Finished "FindCss(h3)" with response "Success(1,2,3,4,5)"
Wrote response true "1,2,3,4,5"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(Account Summary)"
Wrote response true "Account Summary"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received 200 from "https://test.cstage03.test.com/minutes_top_5"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received 200 from "https://test.cstage03.test.com/attention_tickets"
Received 200 from "https://test.cstage03.test.com/profile_contacts"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received 200 from "https://test.cstage03.test.com/minute_spend_graph"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received 200 from "https://test.cstage03.test.com/trial_account"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received 200 from "https://test.cstage03.test.com/dashboard/account_summary.json"
Started request to "https://test.cstage03.test.com/assets/shared/help.png"
Received 200 from "https://test.cstage03.test.com/assets/shared/help.png"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(false)"
Wrote response true "false"
Received "Visit(https://test.cstage03.test.com/users)"
Started "Visit(https://test.cstage03.test.com/users)"
Received 0 from "https://test.cstage03.test.com/feed"
Received 0 from "https://test.cstage03.test.com/spend_top_5"
Load started
"Visit(https://test.cstage03.test.com/users)" started page load
Started request to "https://test.cstage03.test.com/users"
Finished "Visit(https://test.cstage03.test.com/users)" with response "Success()"
Received 200 from "https://test.cstage03.test.com/users"
Started request to "https://test.cstage03.test.com/trial_account"
Page finished with true
Load finished
Page load from command finished
Wrote response true ""
Received "FindCss(a[href='/invitations/new'])"
Started "FindCss(a[href='/invitations/new'])"
Finished "FindCss(a[href='/invitations/new'])" with response "Success(1)"
Wrote response true "1"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.leftClick"
Started "Node.leftClick"
Received 0 from "https://test.cstage03.test.com/trial_account"
Load started
"Node.leftClick" started page load
Started request to "https://test.cstage03.test.com/invitations/new"
Finished "Node.leftClick" with response "Success()"
Received 200 from "https://test.cstage03.test.com/invitations/new"
Started request to "https://test.cstage03.test.com/trial_account"
Page finished with true
Load finished
Page load from command finished
Wrote response true ""
Received "FindCss(input[id='invitation_first_name'])"
Started "FindCss(input[id='invitation_first_name'])"
Finished "FindCss(input[id='invitation_first_name'])" with response "Success(1)"
Wrote response true "1"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.set"
Started "Node.set"
Finished "Node.set" with response "Success()"
Wrote response true ""
Received "FindCss(input[id='invitation_last_name'])"
Started "FindCss(input[id='invitation_last_name'])"
Finished "FindCss(input[id='invitation_last_name'])" with response "Success(2)"
Wrote response true "2"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.set"
Started "Node.set"
Finished "Node.set" with response "Success()"
Wrote response true ""
Received "FindCss(input[id='invitation_email'])"
Started "FindCss(input[id='invitation_email'])"
Finished "FindCss(input[id='invitation_email'])" with response "Success(3)"
Wrote response true "3"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.set"
Started "Node.set"
Finished "Node.set" with response "Success()"
Wrote response true ""
Received 200 from "https://test.cstage03.test.com/trial_account"
Received "FindCss(input[id='invitation_department'])"
Started "FindCss(input[id='invitation_department'])"
Finished "FindCss(input[id='invitation_department'])" with response "Success(4)"
Wrote response true "4"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.set"
Started "Node.set"
Finished "Node.set" with response "Success()"
Wrote response true ""
Received "FindCss(#permissions_administrator)"
Started "FindCss(#permissions_administrator)"
Finished "FindCss(#permissions_administrator)" with response "Success(5)"
Wrote response true "5"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.findXpathWithin"
Started "Node.findXpathWithin"
Finished "Node.findXpathWithin" with response "Success(6)"
Wrote response true "6"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success( Administrator
Administrator
Administrators can perform any action on the portal including creating, editing and deleting any other user.
)"
Wrote response true " Administrator
Administrator
Administrators can perform any action on the portal including creating, editing and deleting any other user.
"
Received "FindCss(#permissions_company_profile)"
Started "FindCss(#permissions_company_profile)"
Finished "FindCss(#permissions_company_profile)" with response "Success(7)"
Wrote response true "7"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.findXpathWithin"
Started "Node.findXpathWithin"
Finished "Node.findXpathWithin" with response "Success(8)"
Wrote response true "8"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success( Company Profile
Company Profile
Allows the user to update the company address and contact phone numbers.
)"
Wrote response true " Company Profile
Company Profile
Allows the user to update the company address and contact phone numbers.
"
Received "FindCss(#permissions_payment)"
Started "FindCss(#permissions_payment)"
Finished "FindCss(#permissions_payment)" with response "Success(9)"
Wrote response true "9"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.findXpathWithin"
Started "Node.findXpathWithin"
Finished "Node.findXpathWithin" with response "Success(10)"
Wrote response true "10"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success( Billing
Billing
Allows the user to see their credit balance, set low credit alerts, see wire instructions and view invoices and transaction history.
)"
Wrote response true " Billing
Billing
Allows the user to see their credit balance, set low credit alerts, see wire instructions and view invoices and transaction history.
"
Received "FindCss(#permissions_switches)"
Started "FindCss(#permissions_switches)"
Finished "FindCss(#permissions_switches)" with response "Success(11)"
Wrote response true "11"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.findXpathWithin"
Started "Node.findXpathWithin"
Finished "Node.findXpathWithin" with response "Success(12)"
Wrote response true "12"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success( Switches
Switches
Allows the user to add, update & remove switch IP addresses.
)"
Wrote response true " Switches
Switches
Allows the user to add, update & remove switch IP addresses.
"
Received "FindCss(#permissions_support_tickets)"
Started "FindCss(#permissions_support_tickets)"
Finished "FindCss(#permissions_support_tickets)" with response "Success(13)"
Wrote response true "13"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.findXpathWithin"
Started "Node.findXpathWithin"
Finished "Node.findXpathWithin" with response "Success(14)"
Wrote response true "14"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success( Support Tickets
Support Tickets
Allows the user to create, read and update Support Tickets.
)"
Wrote response true " Support Tickets
Support Tickets
Allows the user to create, read and update Support Tickets.
"
Received "FindCss(#permissions_rates)"
Started "FindCss(#permissions_rates)"
Finished "FindCss(#permissions_rates)" with response "Success(15)"
Wrote response true "15"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.findXpathWithin"
Started "Node.findXpathWithin"
Finished "Node.findXpathWithin" with response "Success(16)"
Wrote response true "16"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success( Rates
Rates
Allows the user to view and download rates.
)"
Wrote response true " Rates
Rates
Allows the user to view and download rates.
"
Received "FindCss(#permissions_email_groups)"
Started "FindCss(#permissions_email_groups)"
Finished "FindCss(#permissions_email_groups)" with response "Success(17)"
Wrote response true "17"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.findXpathWithin"
Started "Node.findXpathWithin"
Finished "Node.findXpathWithin" with response "Success(18)"
Wrote response true "18"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success( Email Groups
Email Groups
Specify the email addresses that should receive each type of communication.
)"
Wrote response true " Email Groups
Email Groups
Specify the email addresses that should receive each type of communication.
"
postpaid |Received "Reset()"
Started "Reset()"
Finished "Reset()" with response "Success()"
Wrote response true ""
Received "FindXpath(/html/body/*)"
Started "FindXpath(/html/body/*)"
Finished "FindXpath(/html/body/*)" with response "Success()"
Wrote response true ""
Portal User: auto1431656741
|Received "Version()"
Started "Version()"
Finished "Version()" with response "Success(Qt: 5.4.0
WebKit: 538.1
QtWebKit: 5.4.0)"
Wrote response true "Qt: 5.4.0
WebKit: 538.1
QtWebKit: 5.4.0"
Capybara: 2.4.1
capybara-webkit: 1.5.0
Qt: 5.4.0
WebKit: 538.1
QtWebKit: 5.4.0Received "IgnoreSslErrors()"
Started "IgnoreSslErrors()"
Finished "IgnoreSslErrors()" with response "Success()"
Wrote response true ""
Received "AllowUrl(*)"
Started "AllowUrl(*)"
Finished "AllowUrl(*)" with response "Success()"
Wrote response true ""
Received "GetCookies()"
Started "GetCookies()"
Finished "GetCookies()" with response "Success()"
Wrote response true ""
Received "Visit(https://test.cstage03.test.com)"
Started "Visit(https://test.cstage03.test.com)"
Load started
"Visit(https://test.cstage03.test.com)" started page load
Started request to "https://test.cstage03.test.com/"
Finished "Visit(https://test.cstage03.test.com)" with response "Success()"
Started request to "https://test.cstage03.test.com/assets/bootstrap-83901b05757c81a53acf61394691dd3f.js"
Started request to "https://test.cstage03.test.com/assets/application-39b8baad4b83fecf904b10074d730c3a.js"
Started request to "https://test.cstage03.test.com/assets/application-99aeda7e2b610d160758df904f558b6d.css"
Started request to "https://test.cstage03.test.com/assets/branding/idt-carrier-6f0d83e2637f771c77f827f11016cc1f.css"
Started request to "https://test.cstage03.test.com/assets/simple_validate_form-6e0a1437d2678c24ace1b295e4938c49.js"
Started request to "https://test.cstage03.test.com/assets/password_help_icon-632af480457b3afb09f9b8c69c925287.js"
Received 200 from "https://test.cstage03.test.com/"
Received 200 from "https://test.cstage03.test.com/assets/password_help_icon-632af480457b3afb09f9b8c69c925287.js"
Received 200 from "https://test.cstage03.test.com/assets/simple_validate_form-6e0a1437d2678c24ace1b295e4938c49.js"
Received 200 from "https://test.cstage03.test.com/assets/branding/idt-carrier-6f0d83e2637f771c77f827f11016cc1f.css"
Received 200 from "https://test.cstage03.test.com/assets/bootstrap-83901b05757c81a53acf61394691dd3f.js"
Received 200 from "https://test.cstage03.test.com/assets/application-99aeda7e2b610d160758df904f558b6d.css"
Received 200 from "https://test.cstage03.test.com/assets/application-39b8baad4b83fecf904b10074d730c3a.js"
Started request to "https://test.cstage03.test.com/trial_account"
Started request to "https://test.cstage03.test.com/assets/branding/logo-idt-carrier-large-930c0eed1054af484aeabddba583e95b.png"
Started request to "https://test.cstage03.test.com/assets/shared/help-b93203dfa4673b1749cc8a8e68e5a2e6.png"
Received 200 from "https://test.cstage03.test.com/assets/branding/logo-idt-carrier-large-930c0eed1054af484aeabddba583e95b.png"
Received 200 from "https://test.cstage03.test.com/assets/shared/help-b93203dfa4673b1749cc8a8e68e5a2e6.png"
Page finished with true
Load finished
Page load from command finished
Wrote response true ""
Received 401 from "https://test.cstage03.test.com/trial_account"
Received "FindCss(#user_login)"
Started "FindCss(#user_login)"
Finished "FindCss(#user_login)" with response "Success(1)"
Wrote response true "1"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.set"
Started "Node.set"
Finished "Node.set" with response "Success()"
Wrote response true ""
Received "FindCss(input[type='submit'])"
Started "FindCss(input[type='submit'])"
Finished "FindCss(input[type='submit'])" with response "Success(2)"
Wrote response true "2"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.leftClick"
Started "Node.leftClick"
Finished "Node.leftClick" with response "Success()"
Wrote response true ""
Load started
Started request to "https://test.cstage03.test.com/login"
Received "FindCss(#user_password)"
"TimeoutCommand" waiting for load to finish
Received 200 from "https://test.cstage03.test.com/login"
Started request to "https://test.cstage03.test.com/trial_account"
Started request to "https://test.cstage03.test.com/assets/security_images/candy-d50ef525fb700b0ceaf6d1d69115e746.png"
Received 200 from "https://test.cstage03.test.com/assets/security_images/candy-d50ef525fb700b0ceaf6d1d69115e746.png"
Page finished with true
Load finished
Started "FindCss(#user_password)"
Finished "FindCss(#user_password)" with response "Success(1)"
Wrote response true "1"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.set"
Started "Node.set"
Finished "Node.set" with response "Success()"
Wrote response true ""
Received "FindCss(input[type='submit'])"
Started "FindCss(input[type='submit'])"
Finished "FindCss(input[type='submit'])" with response "Success(2)"
Wrote response true "2"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.leftClick"
Started "Node.leftClick"
Finished "Node.leftClick" with response "Success()"
Wrote response true ""
Received 0 from "https://test.cstage03.test.com/trial_account"
Load started
Started request to "https://test.cstage03.test.com/users/sign_in"
Received "FindCss(.error-dashboard-link)"
"TimeoutCommand" waiting for load to finish
Started request to "https://test.cstage03.test.com/dashboard"
Received 302 from "https://test.cstage03.test.com/users/sign_in"
Started request to "https://test.cstage03.test.com/security_challenge"
Received 302 from "https://test.cstage03.test.com/dashboard"
Started request to "https://test.cstage03.test.com/assets/security_challenge-1c6f93eed75e78d0925978656128ded5.js"
Received 200 from "https://test.cstage03.test.com/security_challenge"
Received 200 from "https://test.cstage03.test.com/assets/security_challenge-1c6f93eed75e78d0925978656128ded5.js"
Started request to "https://test.cstage03.test.com/trial_account"
Started request to "https://test.cstage03.test.com/assets/branding/logo-idt-carrier-glow-9287b365a84750eb9f79d892c00e0564.png"
Started request to "https://test.cstage03.test.com/assets/main_toolbar/profile.png"
Started request to "https://test.cstage03.test.com/assets/main_toolbar/reports.png"
Started request to "https://test.cstage03.test.com/assets/main_toolbar/invoices.png"
Started request to "https://test.cstage03.test.com/assets/main_toolbar/support.png"
Started request to "https://test.cstage03.test.com/assets/main_toolbar/faq.png"
Started request to "https://test.cstage03.test.com/assets/main_toolbar/subusers.png"
Started request to "https://test.cstage03.test.com/assets/main_toolbar/emails.png"
Received 200 from "https://test.cstage03.test.com/assets/main_toolbar/profile.png"
Received 200 from "https://test.cstage03.test.com/assets/main_toolbar/reports.png"
Received 200 from "https://test.cstage03.test.com/assets/branding/logo-idt-carrier-glow-9287b365a84750eb9f79d892c00e0564.png"
Received 200 from "https://test.cstage03.test.com/assets/main_toolbar/support.png"
Received 200 from "https://test.cstage03.test.com/assets/main_toolbar/invoices.png"
Received 200 from "https://test.cstage03.test.com/assets/main_toolbar/faq.png"
Received 200 from "https://test.cstage03.test.com/assets/main_toolbar/subusers.png"
Received 200 from "https://test.cstage03.test.com/assets/main_toolbar/emails.png"
Page finished with true
Load finished
Started "FindCss(.error-dashboard-link)"
Finished "FindCss(.error-dashboard-link)" with response "Success()"
Wrote response true ""
Received "FindCss(.error-dashboard-link)"
Started "FindCss(.error-dashboard-link)"
Finished "FindCss(.error-dashboard-link)" with response "Success()"
Wrote response true ""
Received "CurrentUrl()"
Started "CurrentUrl()"
Finished "CurrentUrl()" with response "Success(https://test.cstage03.test.com/security_challenge)"
Wrote response true "https://test.cstage03.test.com/security_challenge"
Received "FindCss(#answer)"
Started "FindCss(#answer)"
Finished "FindCss(#answer)" with response "Success(1)"
Wrote response true "1"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.set"
Started "Node.set"
Finished "Node.set" with response "Success()"
Wrote response true ""
Received "FindCss(input[type='submit'])"
Started "FindCss(input[type='submit'])"
Finished "FindCss(input[type='submit'])" with response "Success(2)"
Wrote response true "2"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.leftClick"
Started "Node.leftClick"
Finished "Node.leftClick" with response "Success()"
Wrote response true ""
Received 0 from "https://test.cstage03.test.com/trial_account"
Load started
Started request to "https://test.cstage03.test.com/security_challenge"
Received "FindCss(.error-dashboard-link)"
"TimeoutCommand" waiting for load to finish
Started request to "https://test.cstage03.test.com/dashboard"
Received 302 from "https://test.cstage03.test.com/security_challenge"
Started request to "https://test.cstage03.test.com/assets/jqplot-manifest-5229e954894c90730362283fbfae6a55.js"
Started request to "https://test.cstage03.test.com/assets/dashboard-4fdc929e1975235adf7c16e87e50fdc2.js"
Received 200 from "https://test.cstage03.test.com/dashboard"
Received 200 from "https://test.cstage03.test.com/assets/jqplot-manifest-5229e954894c90730362283fbfae6a55.js"
Received 200 from "https://test.cstage03.test.com/assets/dashboard-4fdc929e1975235adf7c16e87e50fdc2.js"
Started request to "https://test.cloudfront.net/test.jpg"
Started request to "https://test.cstage03.test.com/trial_account"
Started request to "https://test.cstage03.test.com/attention_tickets"
Started request to "https://test.cstage03.test.com/profile_contacts"
Started request to "https://test.cstage03.test.com/spend_top_5"
Started request to "https://test.cstage03.test.com/minutes_top_5"
Started request to "https://test.cstage03.test.com/feed"
Started request to "https://test.cstage03.test.com/minute_spend_graph"
Started request to "https://test.cstage03.test.com/dashboard/account_summary.json"
Started request to "https://test.cstage03.test.com/assets/loading.gif"
Received 200 from "https://test.cloudfront.net/test.jpg"
Received 200 from "https://test.cstage03.test.com/profile_contacts"
Received 200 from "https://test.cstage03.test.com/trial_account"
Received 200 from "https://test.cstage03.test.com/feed"
Received 200 from "https://test.cstage03.test.com/assets/loading.gif"
Page finished with true
Load finished
Started "FindCss(.error-dashboard-link)"
Finished "FindCss(.error-dashboard-link)" with response "Success()"
Wrote response true ""
Received "FindCss(.error-dashboard-link)"
Started "FindCss(.error-dashboard-link)"
Finished "FindCss(.error-dashboard-link)" with response "Success()"
Wrote response true ""
Received "CurrentUrl()"
Started "CurrentUrl()"
Finished "CurrentUrl()" with response "Success(https://test.cstage03.test.com/dashboard)"
Wrote response true "https://test.cstage03.test.com/dashboard"
Received "FindCss(.error-dashboard-link)"
Started "FindCss(.error-dashboard-link)"
Finished "FindCss(.error-dashboard-link)" with response "Success()"
Wrote response true ""
Received "FindCss(.error-dashboard-link)"
Started "FindCss(.error-dashboard-link)"
Finished "FindCss(.error-dashboard-link)" with response "Success()"
Wrote response true ""
Received "FindCss(h3)"
Started "FindCss(h3)"
Finished "FindCss(h3)" with response "Success(1,2,3,4,5)"
Wrote response true "1,2,3,4,5"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(Account Summary)"
Wrote response true "Account Summary"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received 200 from "https://test.cstage03.test.com/minutes_top_5"
Received 200 from "https://test.cstage03.test.com/spend_top_5"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received 200 from "https://test.cstage03.test.com/minute_spend_graph"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received 200 from "https://test.cstage03.test.com/attention_tickets"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received 200 from "https://test.cstage03.test.com/dashboard/account_summary.json"
Started request to "https://test.cstage03.test.com/assets/shared/help.png"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(false)"
Wrote response true "false"
Received "Visit(https://test.cstage03.test.com/users)"
Started "Visit(https://test.cstage03.test.com/users)"
Received 0 from "https://test.cstage03.test.com/assets/shared/help.png"
Load started
"Visit(https://test.cstage03.test.com/users)" started page load
Started request to "https://test.cstage03.test.com/users"
Finished "Visit(https://test.cstage03.test.com/users)" with response "Success()"
Started request to "https://test.cstage03.test.com/assets/users-1c6f93eed75e78d0925978656128ded5.js"
Received 200 from "https://test.cstage03.test.com/users"
Received 200 from "https://test.cstage03.test.com/assets/users-1c6f93eed75e78d0925978656128ded5.js"
Started request to "https://test.cstage03.test.com/trial_account"
Page finished with true
Load finished
Page load from command finished
Wrote response true ""
Received "FindCss(a[href='/invitations/new'])"
Started "FindCss(a[href='/invitations/new'])"
Finished "FindCss(a[href='/invitations/new'])" with response "Success(1)"
Wrote response true "1"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.leftClick"
Started "Node.leftClick"
Received 0 from "https://test.cstage03.test.com/trial_account"
Load started
"Node.leftClick" started page load
Started request to "https://test.cstage03.test.com/invitations/new"
Finished "Node.leftClick" with response "Success()"
Started request to "https://test.cstage03.test.com/assets/invitation-form-f19f5770a7867b134641aa4a9b0a67dc.js"
Received 200 from "https://test.cstage03.test.com/invitations/new"
Received 200 from "https://test.cstage03.test.com/assets/invitation-form-f19f5770a7867b134641aa4a9b0a67dc.js"
Started request to "https://test.cstage03.test.com/trial_account"
Page finished with true
Load finished
Page load from command finished
Wrote response true ""
Received "FindCss(input[id='invitation_first_name'])"
Started "FindCss(input[id='invitation_first_name'])"
Finished "FindCss(input[id='invitation_first_name'])" with response "Success(1)"
Wrote response true "1"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.set"
Started "Node.set"
Finished "Node.set" with response "Success()"
Wrote response true ""
Received "FindCss(input[id='invitation_last_name'])"
Started "FindCss(input[id='invitation_last_name'])"
Finished "FindCss(input[id='invitation_last_name'])" with response "Success(2)"
Wrote response true "2"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.set"
Started "Node.set"
Finished "Node.set" with response "Success()"
Wrote response true ""
Received "FindCss(input[id='invitation_email'])"
Started "FindCss(input[id='invitation_email'])"
Finished "FindCss(input[id='invitation_email'])" with response "Success(3)"
Wrote response true "3"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.set"
Started "Node.set"
Finished "Node.set" with response "Success()"
Wrote response true ""
Received 200 from "https://test.cstage03.test.com/trial_account"
Received "FindCss(input[id='invitation_department'])"
Started "FindCss(input[id='invitation_department'])"
Finished "FindCss(input[id='invitation_department'])" with response "Success(4)"
Wrote response true "4"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.set"
Started "Node.set"
Finished "Node.set" with response "Success()"
Wrote response true ""
Received "FindCss(#permissions_administrator)"
Started "FindCss(#permissions_administrator)"
Finished "FindCss(#permissions_administrator)" with response "Success(5)"
Wrote response true "5"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.findXpathWithin"
Started "Node.findXpathWithin"
Finished "Node.findXpathWithin" with response "Success(6)"
Wrote response true "6"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success( Administrator
Administrator
Administrators can perform any action on the portal including creating, editing and deleting any other user.
)"
Wrote response true " Administrator
Administrator
Administrators can perform any action on the portal including creating, editing and deleting any other user.
"
Received "FindCss(#permissions_company_profile)"
Started "FindCss(#permissions_company_profile)"
Finished "FindCss(#permissions_company_profile)" with response "Success(7)"
Wrote response true "7"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.findXpathWithin"
Started "Node.findXpathWithin"
Finished "Node.findXpathWithin" with response "Success(8)"
Wrote response true "8"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success( Company Profile
Company Profile
Allows the user to update the company address and contact phone numbers.
)"
Wrote response true " Company Profile
Company Profile
Allows the user to update the company address and contact phone numbers.
"
Received "FindCss(#permissions_payment)"
Started "FindCss(#permissions_payment)"
Finished "FindCss(#permissions_payment)" with response "Success(9)"
Wrote response true "9"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.findXpathWithin"
Started "Node.findXpathWithin"
Finished "Node.findXpathWithin" with response "Success(10)"
Wrote response true "10"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success( Billing
Billing
Allows the user to view the wire instructions and see the credit limit.
)"
Wrote response true " Billing
Billing
Allows the user to view the wire instructions and see the credit limit.
"
Received "FindCss(#permissions_support_tickets)"
Started "FindCss(#permissions_support_tickets)"
Finished "FindCss(#permissions_support_tickets)" with response "Success(11)"
Wrote response true "11"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.findXpathWithin"
Started "Node.findXpathWithin"
Finished "Node.findXpathWithin" with response "Success(12)"
Wrote response true "12"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success( Support Tickets
Support Tickets
Allows the user to create, read and update Support Tickets.
)"
Wrote response true " Support Tickets
Support Tickets
Allows the user to create, read and update Support Tickets.
"
Received "FindCss(#permissions_email_groups)"
Started "FindCss(#permissions_email_groups)"
Finished "FindCss(#permissions_email_groups)" with response "Success(13)"
Wrote response true "13"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.findXpathWithin"
Started "Node.findXpathWithin"
Finished "Node.findXpathWithin" with response "Success(14)"
Wrote response true "14"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success( Email Groups
Email Groups
Specify the email addresses that should receive each type of communication.
)"
Wrote response true " Email Groups
Email Groups
Specify the email addresses that should receive each type of communication.
"
carrier |Received "Reset()"
Started "Reset()"
Finished "Reset()" with response "Success()"
Wrote response true ""
Received "FindXpath(/html/body/*)"
Started "FindXpath(/html/body/*)"
Finished "FindXpath(/html/body/*)" with response "Success()"
Wrote response true ""
Portal User: auto1431675013
@edit @help_text
Scenario Outline: Edit Users help text # features/test/portal_settings/invite_user.feature:21
Given I have signed into the portal as a <type> aggregator # features/test/step_definitions/shared_steps.rb:1
When I view the Portal Users page # features/test/step_definitions/portal_settings/invite_user_steps.rb:59
And I edit an existing Invited user # features/test/step_definitions/portal_settings/invite_user_steps.rb:406
Then I should see the Portal Users help text for <type> # features/test/step_definitions/portal_settings/invite_user_steps.rb:738
Examples:
| type |
|Received "Version()"
Started "Version()"
Finished "Version()" with response "Success(Qt: 5.4.0
WebKit: 538.1
QtWebKit: 5.4.0)"
Wrote response true "Qt: 5.4.0
WebKit: 538.1
QtWebKit: 5.4.0"
Capybara: 2.4.1
capybara-webkit: 1.5.0
Qt: 5.4.0
WebKit: 538.1
QtWebKit: 5.4.0Received "IgnoreSslErrors()"
Started "IgnoreSslErrors()"
Finished "IgnoreSslErrors()" with response "Success()"
Wrote response true ""
Received "AllowUrl(*)"
Started "AllowUrl(*)"
Finished "AllowUrl(*)" with response "Success()"
Wrote response true ""
Received "GetCookies()"
Started "GetCookies()"
Finished "GetCookies()" with response "Success()"
Wrote response true ""
Received "Visit(https://test.cstage03.test.com)"
Started "Visit(https://test.cstage03.test.com)"
Load started
"Visit(https://test.cstage03.test.com)" started page load
Started request to "https://test.cstage03.test.com/"
Finished "Visit(https://test.cstage03.test.com)" with response "Success()"
Received 200 from "https://test.cstage03.test.com/"
Started request to "https://test.cstage03.test.com/trial_account"
Page finished with true
Load finished
Page load from command finished
Wrote response true ""
Received 401 from "https://test.cstage03.test.com/trial_account"
Received "FindCss(#user_login)"
Started "FindCss(#user_login)"
Finished "FindCss(#user_login)" with response "Success(1)"
Wrote response true "1"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.set"
Started "Node.set"
Finished "Node.set" with response "Success()"
Wrote response true ""
Received "FindCss(input[type='submit'])"
Started "FindCss(input[type='submit'])"
Finished "FindCss(input[type='submit'])" with response "Success(2)"
Wrote response true "2"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.leftClick"
Started "Node.leftClick"
Finished "Node.leftClick" with response "Success()"
Wrote response true ""
Load started
Started request to "https://test.cstage03.test.com/login"
Received "FindCss(#user_password)"
"TimeoutCommand" waiting for load to finish
Received 200 from "https://test.cstage03.test.com/login"
Started request to "https://test.cstage03.test.com/trial_account"
Started request to "https://test.cstage03.test.com/assets/security_images/roof-82d18e4516c888c98068a6be6d3e36d5.png"
Received 200 from "https://test.cstage03.test.com/assets/security_images/roof-82d18e4516c888c98068a6be6d3e36d5.png"
Page finished with true
Load finished
Started "FindCss(#user_password)"
Finished "FindCss(#user_password)" with response "Success(1)"
Wrote response true "1"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.set"
Started "Node.set"
Finished "Node.set" with response "Success()"
Wrote response true ""
Received "FindCss(input[type='submit'])"
Started "FindCss(input[type='submit'])"
Finished "FindCss(input[type='submit'])" with response "Success(2)"
Wrote response true "2"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.leftClick"
Started "Node.leftClick"
Finished "Node.leftClick" with response "Success()"
Wrote response true ""
Received 0 from "https://test.cstage03.test.com/trial_account"
Load started
Started request to "https://test.cstage03.test.com/users/sign_in"
Received "FindCss(.error-dashboard-link)"
"TimeoutCommand" waiting for load to finish
Started request to "https://test.cstage03.test.com/dashboard"
Started request to "https://test.cstage03.test.com/security_questions/new"
Received 302 from "https://test.cstage03.test.com/dashboard"
Started request to "https://test.cstage03.test.com/assets/security_questions-b7a51fedd72819d5a63889cd816eb71b.js"
Received 200 from "https://test.cstage03.test.com/security_questions/new"
Received 200 from "https://test.cstage03.test.com/assets/security_questions-b7a51fedd72819d5a63889cd816eb71b.js"
Started request to "https://test.cstage03.test.com/trial_account"
Page finished with true
Load finished
Started "FindCss(.error-dashboard-link)"
Finished "FindCss(.error-dashboard-link)" with response "Success()"
Wrote response true ""
Received "FindCss(.error-dashboard-link)"
Started "FindCss(.error-dashboard-link)"
Finished "FindCss(.error-dashboard-link)" with response "Success()"
Wrote response true ""
Received "CurrentUrl()"
Started "CurrentUrl()"
Finished "CurrentUrl()" with response "Success(https://test.cstage03.test.com/security_questions/new)"
Wrote response true "https://test.cstage03.test.com/security_questions/new"
Received "FindXpath(.//select[(((./@id = 'security_answer_0_security_question' or ./@name = 'security_answer_0_security_question') or ./@placeholder = 'security_answer_0_security_question') or ./@id = //label[normalize-space(string(.)) = 'security_answer_0_security_question']/@for)] | .//label[normalize-space(string(.)) = 'security_answer_0_security_question']//.//select)"
Started "FindXpath(.//select[(((./@id = 'security_answer_0_security_question' or ./@name = 'security_answer_0_security_question') or ./@placeholder = 'security_answer_0_security_question') or ./@id = //label[normalize-space(string(.)) = 'security_answer_0_security_question']/@for)] | .//label[normalize-space(string(.)) = 'security_answer_0_security_question']//.//select)"
Finished "FindXpath(.//select[(((./@id = 'security_answer_0_security_question' or ./@name = 'security_answer_0_security_question') or ./@placeholder = 'security_answer_0_security_question') or ./@id = //label[normalize-space(string(.)) = 'security_answer_0_security_question']/@for)] | .//label[normalize-space(string(.)) = 'security_answer_0_security_question']//.//select)" with response "Success(1)"
Wrote response true "1"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.tagName"
Started "Node.tagName"
Finished "Node.tagName" with response "Success(select)"
Wrote response true "select"
Received "Node.attribute"
Started "Node.attribute"
Finished "Node.attribute" with response "Success(false)"
Wrote response true "false"
Received "Node.findXpathWithin"
Started "Node.findXpathWithin"
Finished "Node.findXpathWithin" with response "Success(2)"
Wrote response true "2"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.selectOption"
Started "Node.selectOption"
Finished "Node.selectOption" with response "Success()"
Wrote response true ""
Received "FindXpath(.//*[self::input | self::textarea][not(./@type = 'submit' or ./@type = 'image' or ./@type = 'radio' or ./@type = 'checkbox' or ./@type = 'hidden' or ./@type = 'file')][(((./@id = 'security_answer_0_answer' or ./@name = 'security_answer_0_answer') or ./@placeholder = 'security_answer_0_answer') or ./@id = //label[normalize-space(string(.)) = 'security_answer_0_answer']/@for)] | .//label[normalize-space(string(.)) = 'security_answer_0_answer']//.//*[self::input | self::textarea][not(./@type = 'submit' or ./@type = 'image' or ./@type = 'radio' or ./@type = 'checkbox' or ./@type = 'hidden' or ./@type = 'file')])"
Started "FindXpath(.//*[self::input | self::textarea][not(./@type = 'submit' or ./@type = 'image' or ./@type = 'radio' or ./@type = 'checkbox' or ./@type = 'hidden' or ./@type = 'file')][(((./@id = 'security_answer_0_answer' or ./@name = 'security_answer_0_answer') or ./@placeholder = 'security_answer_0_answer') or ./@id = //label[normalize-space(string(.)) = 'security_answer_0_answer']/@for)] | .//label[normalize-space(string(.)) = 'security_answer_0_answer']//.//*[self::input | self::textarea][not(./@type = 'submit' or ./@type = 'image' or ./@type = 'radio' or ./@type = 'checkbox' or ./@type = 'hidden' or ./@type = 'file')])"
Finished "FindXpath(.//*[self::input | self::textarea][not(./@type = 'submit' or ./@type = 'image' or ./@type = 'radio' or ./@type = 'checkbox' or ./@type = 'hidden' or ./@type = 'file')][(((./@id = 'security_answer_0_answer' or ./@name = 'security_answer_0_answer') or ./@placeholder = 'security_answer_0_answer') or ./@id = //label[normalize-space(string(.)) = 'security_answer_0_answer']/@for)] | .//label[normalize-space(string(.)) = 'security_answer_0_answer']//.//*[self::input | self::textarea][not(./@type = 'submit' or ./@type = 'image' or ./@type = 'radio' or ./@type = 'checkbox' or ./@type = 'hidden' or ./@type = 'file')])" with response "Success(3)"
Wrote response true "3"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.tagName"
Started "Node.tagName"
Finished "Node.tagName" with response "Success(input)"
Wrote response true "input"
Received "Node.attribute"
Started "Node.attribute"
Finished "Node.attribute" with response "Success(false)"
Wrote response true "false"
Received "Node.set"
Started "Node.set"
Finished "Node.set" with response "Success()"
Wrote response true ""
Received "FindXpath(.//select[(((./@id = 'security_answer_1_security_question' or ./@name = 'security_answer_1_security_question') or ./@placeholder = 'security_answer_1_security_question') or ./@id = //label[normalize-space(string(.)) = 'security_answer_1_security_question']/@for)] | .//label[normalize-space(string(.)) = 'security_answer_1_security_question']//.//select)"
Started "FindXpath(.//select[(((./@id = 'security_answer_1_security_question' or ./@name = 'security_answer_1_security_question') or ./@placeholder = 'security_answer_1_security_question') or ./@id = //label[normalize-space(string(.)) = 'security_answer_1_security_question']/@for)] | .//label[normalize-space(string(.)) = 'security_answer_1_security_question']//.//select)"
Finished "FindXpath(.//select[(((./@id = 'security_answer_1_security_question' or ./@name = 'security_answer_1_security_question') or ./@placeholder = 'security_answer_1_security_question') or ./@id = //label[normalize-space(string(.)) = 'security_answer_1_security_question']/@for)] | .//label[normalize-space(string(.)) = 'security_answer_1_security_question']//.//select)" with response "Success(4)"
Wrote response true "4"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.tagName"
Started "Node.tagName"
Finished "Node.tagName" with response "Success(select)"
Wrote response true "select"
Received "Node.attribute"
Started "Node.attribute"
Finished "Node.attribute" with response "Success(false)"
Wrote response true "false"
Received "Node.findXpathWithin"
Started "Node.findXpathWithin"
Finished "Node.findXpathWithin" with response "Success(5)"
Wrote response true "5"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.selectOption"
Started "Node.selectOption"
Finished "Node.selectOption" with response "Success()"
Wrote response true ""
Received "FindXpath(.//*[self::input | self::textarea][not(./@type = 'submit' or ./@type = 'image' or ./@type = 'radio' or ./@type = 'checkbox' or ./@type = 'hidden' or ./@type = 'file')][(((./@id = 'security_answer_1_answer' or ./@name = 'security_answer_1_answer') or ./@placeholder = 'security_answer_1_answer') or ./@id = //label[normalize-space(string(.)) = 'security_answer_1_answer']/@for)] | .//label[normalize-space(string(.)) = 'security_answer_1_answer']//.//*[self::input | self::textarea][not(./@type = 'submit' or ./@type = 'image' or ./@type = 'radio' or ./@type = 'checkbox' or ./@type = 'hidden' or ./@type = 'file')])"
Started "FindXpath(.//*[self::input | self::textarea][not(./@type = 'submit' or ./@type = 'image' or ./@type = 'radio' or ./@type = 'checkbox' or ./@type = 'hidden' or ./@type = 'file')][(((./@id = 'security_answer_1_answer' or ./@name = 'security_answer_1_answer') or ./@placeholder = 'security_answer_1_answer') or ./@id = //label[normalize-space(string(.)) = 'security_answer_1_answer']/@for)] | .//label[normalize-space(string(.)) = 'security_answer_1_answer']//.//*[self::input | self::textarea][not(./@type = 'submit' or ./@type = 'image' or ./@type = 'radio' or ./@type = 'checkbox' or ./@type = 'hidden' or ./@type = 'file')])"
Finished "FindXpath(.//*[self::input | self::textarea][not(./@type = 'submit' or ./@type = 'image' or ./@type = 'radio' or ./@type = 'checkbox' or ./@type = 'hidden' or ./@type = 'file')][(((./@id = 'security_answer_1_answer' or ./@name = 'security_answer_1_answer') or ./@placeholder = 'security_answer_1_answer') or ./@id = //label[normalize-space(string(.)) = 'security_answer_1_answer']/@for)] | .//label[normalize-space(string(.)) = 'security_answer_1_answer']//.//*[self::input | self::textarea][not(./@type = 'submit' or ./@type = 'image' or ./@type = 'radio' or ./@type = 'checkbox' or ./@type = 'hidden' or ./@type = 'file')])" with response "Success(6)"
Wrote response true "6"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.tagName"
Started "Node.tagName"
Finished "Node.tagName" with response "Success(input)"
Wrote response true "input"
Received "Node.attribute"
Started "Node.attribute"
Finished "Node.attribute" with response "Success(false)"
Wrote response true "false"
Received "Node.set"
Started "Node.set"
Finished "Node.set" with response "Success()"
Wrote response true ""
Received "FindXpath(.//select[(((./@id = 'security_answer_2_security_question' or ./@name = 'security_answer_2_security_question') or ./@placeholder = 'security_answer_2_security_question') or ./@id = //label[normalize-space(string(.)) = 'security_answer_2_security_question']/@for)] | .//label[normalize-space(string(.)) = 'security_answer_2_security_question']//.//select)"
Started "FindXpath(.//select[(((./@id = 'security_answer_2_security_question' or ./@name = 'security_answer_2_security_question') or ./@placeholder = 'security_answer_2_security_question') or ./@id = //label[normalize-space(string(.)) = 'security_answer_2_security_question']/@for)] | .//label[normalize-space(string(.)) = 'security_answer_2_security_question']//.//select)"
Finished "FindXpath(.//select[(((./@id = 'security_answer_2_security_question' or ./@name = 'security_answer_2_security_question') or ./@placeholder = 'security_answer_2_security_question') or ./@id = //label[normalize-space(string(.)) = 'security_answer_2_security_question']/@for)] | .//label[normalize-space(string(.)) = 'security_answer_2_security_question']//.//select)" with response "Success(7)"
Wrote response true "7"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.tagName"
Started "Node.tagName"
Finished "Node.tagName" with response "Success(select)"
Wrote response true "select"
Received "Node.attribute"
Started "Node.attribute"
Finished "Node.attribute" with response "Success(false)"
Wrote response true "false"
Received "Node.findXpathWithin"
Started "Node.findXpathWithin"
Finished "Node.findXpathWithin" with response "Success(8)"
Wrote response true "8"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.selectOption"
Started "Node.selectOption"
Finished "Node.selectOption" with response "Success()"
Wrote response true ""
Received "FindXpath(.//*[self::input | self::textarea][not(./@type = 'submit' or ./@type = 'image' or ./@type = 'radio' or ./@type = 'checkbox' or ./@type = 'hidden' or ./@type = 'file')][(((./@id = 'security_answer_2_answer' or ./@name = 'security_answer_2_answer') or ./@placeholder = 'security_answer_2_answer') or ./@id = //label[normalize-space(string(.)) = 'security_answer_2_answer']/@for)] | .//label[normalize-space(string(.)) = 'security_answer_2_answer']//.//*[self::input | self::textarea][not(./@type = 'submit' or ./@type = 'image' or ./@type = 'radio' or ./@type = 'checkbox' or ./@type = 'hidden' or ./@type = 'file')])"
Started "FindXpath(.//*[self::input | self::textarea][not(./@type = 'submit' or ./@type = 'image' or ./@type = 'radio' or ./@type = 'checkbox' or ./@type = 'hidden' or ./@type = 'file')][(((./@id = 'security_answer_2_answer' or ./@name = 'security_answer_2_answer') or ./@placeholder = 'security_answer_2_answer') or ./@id = //label[normalize-space(string(.)) = 'security_answer_2_answer']/@for)] | .//label[normalize-space(string(.)) = 'security_answer_2_answer']//.//*[self::input | self::textarea][not(./@type = 'submit' or ./@type = 'image' or ./@type = 'radio' or ./@type = 'checkbox' or ./@type = 'hidden' or ./@type = 'file')])"
Finished "FindXpath(.//*[self::input | self::textarea][not(./@type = 'submit' or ./@type = 'image' or ./@type = 'radio' or ./@type = 'checkbox' or ./@type = 'hidden' or ./@type = 'file')][(((./@id = 'security_answer_2_answer' or ./@name = 'security_answer_2_answer') or ./@placeholder = 'security_answer_2_answer') or ./@id = //label[normalize-space(string(.)) = 'security_answer_2_answer']/@for)] | .//label[normalize-space(string(.)) = 'security_answer_2_answer']//.//*[self::input | self::textarea][not(./@type = 'submit' or ./@type = 'image' or ./@type = 'radio' or ./@type = 'checkbox' or ./@type = 'hidden' or ./@type = 'file')])" with response "Success(9)"
Wrote response true "9"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.tagName"
Started "Node.tagName"
Finished "Node.tagName" with response "Success(input)"
Wrote response true "input"
Received "Node.attribute"
Started "Node.attribute"
Finished "Node.attribute" with response "Success(false)"
Wrote response true "false"
Received "Node.set"
Started "Node.set"
Finished "Node.set" with response "Success()"
Wrote response true ""
Received 200 from "https://test.cstage03.test.com/trial_account"
Received "FindXpath(.//select[(((./@id = 'security_answer_3_security_question' or ./@name = 'security_answer_3_security_question') or ./@placeholder = 'security_answer_3_security_question') or ./@id = //label[normalize-space(string(.)) = 'security_answer_3_security_question']/@for)] | .//label[normalize-space(string(.)) = 'security_answer_3_security_question']//.//select)"
Started "FindXpath(.//select[(((./@id = 'security_answer_3_security_question' or ./@name = 'security_answer_3_security_question') or ./@placeholder = 'security_answer_3_security_question') or ./@id = //label[normalize-space(string(.)) = 'security_answer_3_security_question']/@for)] | .//label[normalize-space(string(.)) = 'security_answer_3_security_question']//.//select)"
Finished "FindXpath(.//select[(((./@id = 'security_answer_3_security_question' or ./@name = 'security_answer_3_security_question') or ./@placeholder = 'security_answer_3_security_question') or ./@id = //label[normalize-space(string(.)) = 'security_answer_3_security_question']/@for)] | .//label[normalize-space(string(.)) = 'security_answer_3_security_question']//.//select)" with response "Success(10)"
Wrote response true "10"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.tagName"
Started "Node.tagName"
Finished "Node.tagName" with response "Success(select)"
Wrote response true "select"
Received "Node.attribute"
Started "Node.attribute"
Finished "Node.attribute" with response "Success(false)"
Wrote response true "false"
Received "Node.findXpathWithin"
Started "Node.findXpathWithin"
Finished "Node.findXpathWithin" with response "Success(11)"
Wrote response true "11"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.selectOption"
Started "Node.selectOption"
Finished "Node.selectOption" with response "Success()"
Wrote response true ""
Received "FindXpath(.//*[self::input | self::textarea][not(./@type = 'submit' or ./@type = 'image' or ./@type = 'radio' or ./@type = 'checkbox' or ./@type = 'hidden' or ./@type = 'file')][(((./@id = 'security_answer_3_answer' or ./@name = 'security_answer_3_answer') or ./@placeholder = 'security_answer_3_answer') or ./@id = //label[normalize-space(string(.)) = 'security_answer_3_answer']/@for)] | .//label[normalize-space(string(.)) = 'security_answer_3_answer']//.//*[self::input | self::textarea][not(./@type = 'submit' or ./@type = 'image' or ./@type = 'radio' or ./@type = 'checkbox' or ./@type = 'hidden' or ./@type = 'file')])"
Started "FindXpath(.//*[self::input | self::textarea][not(./@type = 'submit' or ./@type = 'image' or ./@type = 'radio' or ./@type = 'checkbox' or ./@type = 'hidden' or ./@type = 'file')][(((./@id = 'security_answer_3_answer' or ./@name = 'security_answer_3_answer') or ./@placeholder = 'security_answer_3_answer') or ./@id = //label[normalize-space(string(.)) = 'security_answer_3_answer']/@for)] | .//label[normalize-space(string(.)) = 'security_answer_3_answer']//.//*[self::input | self::textarea][not(./@type = 'submit' or ./@type = 'image' or ./@type = 'radio' or ./@type = 'checkbox' or ./@type = 'hidden' or ./@type = 'file')])"
Finished "FindXpath(.//*[self::input | self::textarea][not(./@type = 'submit' or ./@type = 'image' or ./@type = 'radio' or ./@type = 'checkbox' or ./@type = 'hidden' or ./@type = 'file')][(((./@id = 'security_answer_3_answer' or ./@name = 'security_answer_3_answer') or ./@placeholder = 'security_answer_3_answer') or ./@id = //label[normalize-space(string(.)) = 'security_answer_3_answer']/@for)] | .//label[normalize-space(string(.)) = 'security_answer_3_answer']//.//*[self::input | self::textarea][not(./@type = 'submit' or ./@type = 'image' or ./@type = 'radio' or ./@type = 'checkbox' or ./@type = 'hidden' or ./@type = 'file')])" with response "Success(12)"
Wrote response true "12"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.tagName"
Started "Node.tagName"
Finished "Node.tagName" with response "Success(input)"
Wrote response true "input"
Received "Node.attribute"
Started "Node.attribute"
Finished "Node.attribute" with response "Success(false)"
Wrote response true "false"
Received "Node.set"
Started "Node.set"
Finished "Node.set" with response "Success()"
Wrote response true ""
Received "FindXpath(.//input[./@type = 'submit' or ./@type = 'reset' or ./@type = 'image' or ./@type = 'button'][((./@id = 'Add Security Questions' or ./@value = 'Add Security Questions') or ./@title = 'Add Security Questions')] | .//input[./@type = 'image'][./@alt = 'Add Security Questions'] | .//button[(((./@id = 'Add Security Questions' or ./@value = 'Add Security Questions') or normalize-space(string(.)) = 'Add Security Questions') or ./@title = 'Add Security Questions')] | .//input[./@type = 'image'][./@alt = 'Add Security Questions'])"
Started "FindXpath(.//input[./@type = 'submit' or ./@type = 'reset' or ./@type = 'image' or ./@type = 'button'][((./@id = 'Add Security Questions' or ./@value = 'Add Security Questions') or ./@title = 'Add Security Questions')] | .//input[./@type = 'image'][./@alt = 'Add Security Questions'] | .//button[(((./@id = 'Add Security Questions' or ./@value = 'Add Security Questions') or normalize-space(string(.)) = 'Add Security Questions') or ./@title = 'Add Security Questions')] | .//input[./@type = 'image'][./@alt = 'Add Security Questions'])"
Finished "FindXpath(.//input[./@type = 'submit' or ./@type = 'reset' or ./@type = 'image' or ./@type = 'button'][((./@id = 'Add Security Questions' or ./@value = 'Add Security Questions') or ./@title = 'Add Security Questions')] | .//input[./@type = 'image'][./@alt = 'Add Security Questions'] | .//button[(((./@id = 'Add Security Questions' or ./@value = 'Add Security Questions') or normalize-space(string(.)) = 'Add Security Questions') or ./@title = 'Add Security Questions')] | .//input[./@type = 'image'][./@alt = 'Add Security Questions'])" with response "Success(13)"
Wrote response true "13"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.tagName"
Started "Node.tagName"
Finished "Node.tagName" with response "Success(input)"
Wrote response true "input"
Received "Node.attribute"
Started "Node.attribute"
Finished "Node.attribute" with response "Success(false)"
Wrote response true "false"
Received "Node.leftClick"
Started "Node.leftClick"
Finished "Node.leftClick" with response "Success()"
Wrote response true ""
Received "FindCss(.error-dashboard-link)"
Load started
Started request to "https://test.cstage03.test.com/security_questions/confirm"
"TimeoutCommand" waiting for load to finish
Started request to "https://test.cstage03.test.com/assets/security_questions_confirmation-65671a257b9f8c9b61f6ff1c8a6e4dd9.js"
Received 200 from "https://test.cstage03.test.com/security_questions/confirm"
Received 200 from "https://test.cstage03.test.com/assets/security_questions_confirmation-65671a257b9f8c9b61f6ff1c8a6e4dd9.js"
Started request to "https://test.cstage03.test.com/trial_account"
Page finished with true
Load finished
Started "FindCss(.error-dashboard-link)"
Finished "FindCss(.error-dashboard-link)" with response "Success()"
Wrote response true ""
Received "FindCss(.error-dashboard-link)"
Started "FindCss(.error-dashboard-link)"
Finished "FindCss(.error-dashboard-link)" with response "Success()"
Wrote response true ""
Received "FindXpath(/html)"
Started "FindXpath(/html)"
Finished "FindXpath(/html)" with response "Success(1)"
Wrote response true "1"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(
Profile
Settings
Rates
Reports
Billing
Help
Portal Settings
auto1431658569
Security Questions
Confirm Security Questions
Please confirm your answers below.
1) Question
What is the last name of your favorite athlete?
Answer
automation
2) Question
What is the name of your favorite author?
Answer
automation
3) Question
What is the last name of your favorite historical figure?
Answer
automation
4) Question
In what city was your father born?
Answer
automation
Terms & Conditions · Privacy Policy · Website Terms of Use · User Guide
©2015 test
All rights reserved. test and all related logos and marks are registered trademarks of test
Site Version: 87a1e44)"
Wrote response true "
Profile
Settings
Rates
Reports
Billing
Help
Portal Settings
auto1431658569
Security Questions
Confirm Security Questions
Please confirm your answers below.
1) Question
What is the last name of your favorite athlete?
Answer
automation
2) Question
What is the name of your favorite author?
Answer
automation
3) Question
What is the last name of your favorite historical figure?
Answer
automation
4) Question
In what city was your father born?
Answer
automation
Terms & Conditions · Privacy Policy · Website Terms of Use · User Guide
©2015 test
All rights reserved. test and all related logos and marks are registered trademarks of test
Site Version: 87a1e44"
Received "FindXpath(.//input[./@type = 'submit' or ./@type = 'reset' or ./@type = 'image' or ./@type = 'button'][((./@id = 'Confirm Security Questions' or ./@value = 'Confirm Security Questions') or ./@title = 'Confirm Security Questions')] | .//input[./@type = 'image'][./@alt = 'Confirm Security Questions'] | .//button[(((./@id = 'Confirm Security Questions' or ./@value = 'Confirm Security Questions') or normalize-space(string(.)) = 'Confirm Security Questions') or ./@title = 'Confirm Security Questions')] | .//input[./@type = 'image'][./@alt = 'Confirm Security Questions'])"
Started "FindXpath(.//input[./@type = 'submit' or ./@type = 'reset' or ./@type = 'image' or ./@type = 'button'][((./@id = 'Confirm Security Questions' or ./@value = 'Confirm Security Questions') or ./@title = 'Confirm Security Questions')] | .//input[./@type = 'image'][./@alt = 'Confirm Security Questions'] | .//button[(((./@id = 'Confirm Security Questions' or ./@value = 'Confirm Security Questions') or normalize-space(string(.)) = 'Confirm Security Questions') or ./@title = 'Confirm Security Questions')] | .//input[./@type = 'image'][./@alt = 'Confirm Security Questions'])"
Finished "FindXpath(.//input[./@type = 'submit' or ./@type = 'reset' or ./@type = 'image' or ./@type = 'button'][((./@id = 'Confirm Security Questions' or ./@value = 'Confirm Security Questions') or ./@title = 'Confirm Security Questions')] | .//input[./@type = 'image'][./@alt = 'Confirm Security Questions'] | .//button[(((./@id = 'Confirm Security Questions' or ./@value = 'Confirm Security Questions') or normalize-space(string(.)) = 'Confirm Security Questions') or ./@title = 'Confirm Security Questions')] | .//input[./@type = 'image'][./@alt = 'Confirm Security Questions'])" with response "Success(2)"
Wrote response true "2"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.tagName"
Started "Node.tagName"
Finished "Node.tagName" with response "Success(input)"
Wrote response true "input"
Received "Node.attribute"
Started "Node.attribute"
Finished "Node.attribute" with response "Success(false)"
Wrote response true "false"
Received "Node.leftClick"
Started "Node.leftClick"
Finished "Node.leftClick" with response "Success()"
Wrote response true ""
Received 0 from "https://test.cstage03.test.com/trial_account"
Load started
Started request to "https://test.cstage03.test.com/security_questions"
Received "FindCss(.error-dashboard-link)"
"TimeoutCommand" waiting for load to finish
Started request to "https://test.cstage03.test.com/dashboard"
Received 302 from "https://test.cstage03.test.com/security_questions"
Received 200 from "https://test.cstage03.test.com/dashboard"
Started request to "https://test.cstage03.test.com/trial_account"
Started request to "https://test.cstage03.test.com/attention_tickets"
Started request to "https://test.cstage03.test.com/profile_contacts"
Started request to "https://test.cstage03.test.com/spend_top_5"
Started request to "https://test.cstage03.test.com/minutes_top_5"
Started request to "https://test.cstage03.test.com/feed"
Started request to "https://test.cstage03.test.com/minute_spend_graph"
Started request to "https://test.cstage03.test.com/dashboard/account_summary.json"
Page finished with true
Load finished
Started "FindCss(.error-dashboard-link)"
Finished "FindCss(.error-dashboard-link)" with response "Success()"
Wrote response true ""
Received "FindCss(.error-dashboard-link)"
Started "FindCss(.error-dashboard-link)"
Finished "FindCss(.error-dashboard-link)" with response "Success()"
Wrote response true ""
Received "FindCss(.error-dashboard-link)"
Started "FindCss(.error-dashboard-link)"
Finished "FindCss(.error-dashboard-link)" with response "Success()"
Wrote response true ""
Received "FindCss(.error-dashboard-link)"
Started "FindCss(.error-dashboard-link)"
Finished "FindCss(.error-dashboard-link)" with response "Success()"
Wrote response true ""
Received "CurrentUrl()"
Started "CurrentUrl()"
Finished "CurrentUrl()" with response "Success(https://test.cstage03.test.com/dashboard)"
Wrote response true "https://test.cstage03.test.com/dashboard"
Received "FindCss(.error-dashboard-link)"
Started "FindCss(.error-dashboard-link)"
Finished "FindCss(.error-dashboard-link)" with response "Success()"
Wrote response true ""
Received "FindCss(.error-dashboard-link)"
Started "FindCss(.error-dashboard-link)"
Finished "FindCss(.error-dashboard-link)" with response "Success()"
Wrote response true ""
Received "FindCss(h3)"
Started "FindCss(h3)"
Finished "FindCss(h3)" with response "Success(1,2,3,4,5)"
Wrote response true "1,2,3,4,5"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(Account Summary)"
Wrote response true "Account Summary"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received 200 from "https://test.cstage03.test.com/trial_account"
Received 200 from "https://test.cstage03.test.com/feed"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received 200 from "https://test.cstage03.test.com/profile_contacts"
Received 200 from "https://test.cstage03.test.com/attention_tickets"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(true)"
Wrote response true "true"
Received 200 from "https://test.cstage03.test.com/dashboard/account_summary.json"
Received "Evaluate($("img[alt='Loading']").is(':visible'))"
Started "Evaluate($("img[alt='Loading']").is(':visible'))"
Finished "Evaluate($("img[alt='Loading']").is(':visible'))" with response "Success(false)"
Wrote response true "false"
Received "Visit(https://test.cstage03.test.com/users)"
Started "Visit(https://test.cstage03.test.com/users)"
Received 0 from "https://test.cstage03.test.com/minutes_top_5"
Received 0 from "https://test.cstage03.test.com/minute_spend_graph"
Received 0 from "https://test.cstage03.test.com/spend_top_5"
Load started
"Visit(https://test.cstage03.test.com/users)" started page load
Started request to "https://test.cstage03.test.com/users"
Finished "Visit(https://test.cstage03.test.com/users)" with response "Success()"
Received 200 from "https://test.cstage03.test.com/users"
Started request to "https://test.cstage03.test.com/trial_account"
Page finished with true
Load finished
Page load from command finished
Wrote response true ""
Received "FindCss(td)"
Started "FindCss(td)"
Finished "FindCss(td)" with response "Success(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18)"
Wrote response true "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success()"
Wrote response true ""
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success()"
Wrote response true ""
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(FautoIwek LautoIpyx)"
Wrote response true "FautoIwek LautoIpyx"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(auto1431677964)"
Wrote response true "auto1431677964"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(2015-05-15)"
Wrote response true "2015-05-15"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(Automation)"
Wrote response true "Automation"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(Edit     Remove)"
Wrote response true "Edit     Remove"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(FautoIkbd LautoIacf)"
Wrote response true "FautoIkbd LautoIacf"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(auto1431676932)"
Wrote response true "auto1431676932"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(2015-05-15)"
Wrote response true "2015-05-15"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(Automation)"
Wrote response true "Automation"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(Edit     Remove)"
Wrote response true "Edit     Remove"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(Fauto Lauto)"
Wrote response true "Fauto Lauto"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(auto1431658569)"
Wrote response true "auto1431658569"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(2015-05-15)"
Wrote response true "2015-05-15"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success()"
Wrote response true ""
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(Edit     Remove)"
Wrote response true "Edit     Remove"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(No Invitations Found
)"
Wrote response true "No Invitations Found
"
Received "FindCss(td)"
Started "FindCss(td)"
Finished "FindCss(td)" with response "Success(19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36)"
Wrote response true "19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success()"
Wrote response true ""
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success()"
Wrote response true ""
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(FautoIwek LautoIpyx)"
Wrote response true "FautoIwek LautoIpyx"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(auto1431677964)"
Wrote response true "auto1431677964"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(2015-05-15)"
Wrote response true "2015-05-15"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(Automation)"
Wrote response true "Automation"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(Edit     Remove)"
Wrote response true "Edit     Remove"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(FautoIkbd LautoIacf)"
Wrote response true "FautoIkbd LautoIacf"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(auto1431676932)"
Wrote response true "auto1431676932"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(2015-05-15)"
Wrote response true "2015-05-15"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(Automation)"
Wrote response true "Automation"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(Edit     Remove)"
Wrote response true "Edit     Remove"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(Fauto Lauto)"
Wrote response true "Fauto Lauto"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(auto1431658569)"
Wrote response true "auto1431658569"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(2015-05-15)"
Wrote response true "2015-05-15"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success()"
Wrote response true ""
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(Edit     Remove)"
Wrote response true "Edit     Remove"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(No Invitations Found
)"
Wrote response true "No Invitations Found
"
Received "Node.findXpathWithin"
Started "Node.findXpathWithin"
Finished "Node.findXpathWithin" with response "Success(37)"
Wrote response true "37"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.findCssWithin"
Started "Node.findCssWithin"
Finished "Node.findCssWithin" with response "Success(38,39,40,41,42)"
Wrote response true "38,39,40,41,42"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success(auto1431677964)"
Wrote response true "auto1431677964"
Received "FindCss(a[href='/users/69379/edit'])"
Started "FindCss(a[href='/users/69379/edit'])"
Finished "FindCss(a[href='/users/69379/edit'])" with response "Success(43)"
Wrote response true "43"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.leftClick"
Started "Node.leftClick"
Received 0 from "https://test.cstage03.test.com/trial_account"
Load started
"Node.leftClick" started page load
Started request to "https://test.cstage03.test.com/users/69379/edit"
Finished "Node.leftClick" with response "Success()"
Started request to "https://test.cstage03.test.com/assets/users-form-07a176e16bcf645a61a329ed221b7574.js"
Received 200 from "https://test.cstage03.test.com/users/69379/edit"
Received 200 from "https://test.cstage03.test.com/assets/users-form-07a176e16bcf645a61a329ed221b7574.js"
Started request to "https://test.cstage03.test.com/trial_account"
Page finished with true
Load finished
Page load from command finished
Wrote response true ""
Received "FindCss(#permissions_administrator)"
Started "FindCss(#permissions_administrator)"
Finished "FindCss(#permissions_administrator)" with response "Success(1)"
Wrote response true "1"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.findXpathWithin"
Started "Node.findXpathWithin"
Finished "Node.findXpathWithin" with response "Success(2)"
Wrote response true "2"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success( Administrator
Administrator
Administrators can perform any action on the portal including creating, editing and deleting any other user.
)"
Wrote response true " Administrator
Administrator
Administrators can perform any action on the portal including creating, editing and deleting any other user.
"
Received "FindCss(#permissions_company_profile)"
Started "FindCss(#permissions_company_profile)"
Finished "FindCss(#permissions_company_profile)" with response "Success(3)"
Wrote response true "3"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.findXpathWithin"
Started "Node.findXpathWithin"
Finished "Node.findXpathWithin" with response "Success(4)"
Wrote response true "4"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success( Company Profile
Company Profile
Allows the user to update the company address and contact phone numbers.
)"
Wrote response true " Company Profile
Company Profile
Allows the user to update the company address and contact phone numbers.
"
Received "FindCss(#permissions_payment)"
Started "FindCss(#permissions_payment)"
Finished "FindCss(#permissions_payment)" with response "Success(5)"
Wrote response true "5"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.findXpathWithin"
Started "Node.findXpathWithin"
Finished "Node.findXpathWithin" with response "Success(6)"
Wrote response true "6"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success( Billing
Billing
Allows the user manage credit cards, make payments, adjust auto recharge, set low balance alerts, view payment instructions and see transaction history.
)"
Wrote response true " Billing
Billing
Allows the user manage credit cards, make payments, adjust auto recharge, set low balance alerts, view payment instructions and see transaction history.
"
Received "FindCss(#permissions_switches)"
Started "FindCss(#permissions_switches)"
Finished "FindCss(#permissions_switches)" with response "Success(7)"
Wrote response true "7"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.findXpathWithin"
Started "Node.findXpathWithin"
Finished "Node.findXpathWithin" with response "Success(8)"
Wrote response true "8"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success( Switches
Switches
Allows the user to add, update & remove switch IP addresses.
)"
Wrote response true " Switches
Switches
Allows the user to add, update & remove switch IP addresses.
"
Received "FindCss(#permissions_support_tickets)"
Started "FindCss(#permissions_support_tickets)"
Finished "FindCss(#permissions_support_tickets)" with response "Success(9)"
Wrote response true "9"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.findXpathWithin"
Started "Node.findXpathWithin"
Finished "Node.findXpathWithin" with response "Success(10)"
Wrote response true "10"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success( Support Tickets
Support Tickets
Allows the user to create, read and update Support Tickets.
)"
Wrote response true " Support Tickets
Support Tickets
Allows the user to create, read and update Support Tickets.
"
Received "FindCss(#permissions_rates)"
Started "FindCss(#permissions_rates)"
Finished "FindCss(#permissions_rates)" with response "Success(11)"
Wrote response true "11"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.findXpathWithin"
Started "Node.findXpathWithin"
Finished "Node.findXpathWithin" with response "Success(12)"
Wrote response true "12"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success( Rates
Rates
Allows the user to view and download rates.
)"
Wrote response true " Rates
Rates
Allows the user to view and download rates.
"
Received "FindCss(#permissions_email_groups)"
Started "FindCss(#permissions_email_groups)"
Finished "FindCss(#permissions_email_groups)" with response "Success(13)"
Wrote response true "13"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.findXpathWithin"
Started "Node.findXpathWithin"
Finished "Node.findXpathWithin" with response "Success(14)"
Wrote response true "14"
Received "Node.visible"
Started "Node.visible"
Finished "Node.visible" with response "Success(true)"
Wrote response true "true"
Received "Node.text"
Started "Node.text"
Finished "Node.text" with response "Success( Email Groups
Email Groups
Specify the email addresses that should receive each type of communication.
)"
Wrote response true " Email Groups
Email Groups
Specify the email addresses that should receive each type of communication.
"
prepaid |Received 200 from "https://test.cstage03.test.com/trial_account"
Received "Reset()"
Started "Reset()"
Portal User: auto1431658569
end of file reached (EOFError)
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/connection.rb:55:in `read_nonblock'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/connection.rb:55:in `read'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/connection.rb:46:in `gets'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/browser.rb:287:in `check'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/browser.rb:210:in `command'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/browser.rb:38:in `reset!'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/driver.rb:254:in `reset!'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/gems/capybara-2.4.1/lib/capybara/session.rb:103:in `reset!'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/gems/capybara-2.4.1/lib/capybara.rb:257:in `block in reset_sessions!'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/gems/capybara-2.4.1/lib/capybara.rb:257:in `each'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/gems/capybara-2.4.1/lib/capybara.rb:257:in `reset_sessions!'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/gems/capybara-2.4.1/lib/capybara/cucumber.rb:8:in `After'
| postpaid | Broken pipe (Errno::EPIPE)
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/connection.rb:36:in `write'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/connection.rb:36:in `puts'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/connection.rb:36:in `puts'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/browser.rb:204:in `command'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/browser.rb:257:in `version'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/driver.rb:284:in `version'
/home/qa/compass-aggregator-automation/features/support/hooks.rb:7:in `Before'
Broken pipe (Errno::EPIPE)
./features/support/login_helpers.rb:11:in `agg_portal_login'
./features/test/step_definitions/shared_steps.rb:5:in `/^I have signed into the (?:test |Carrier )?portal(?: as an? (EURO |USD )?(prepaid |postpaid |carrier )?(?:aggregator|user))?$/'
features/test/portal_settings/invite_user.feature:22:in `Given I have signed into the portal as a <type> aggregator'
| carrier | Broken pipe (Errno::EPIPE)
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/connection.rb:36:in `write'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/connection.rb:36:in `puts'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/connection.rb:36:in `puts'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/browser.rb:204:in `command'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/browser.rb:257:in `version'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/driver.rb:284:in `version'
/home/qa/compass-aggregator-automation/features/support/hooks.rb:7:in `Before'
Broken pipe (Errno::EPIPE)
./features/support/login_helpers.rb:11:in `agg_portal_login'
./features/test/step_definitions/shared_steps.rb:5:in `/^I have signed into the (?:test |Carrier )?portal(?: as an? (EURO |USD )?(prepaid |postpaid |carrier )?(?:aggregator|user))?$/'
features/test/portal_settings/invite_user.feature:22:in `Given I have signed into the portal as a <type> aggregator'
@carrier @permissions
Scenario: Carrier invite users should remove permissions that Carrier doesn't have access to # features/test/portal_settings/invite_user.feature:33
Broken pipe (Errno::EPIPE)
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/connection.rb:36:in `write'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/connection.rb:36:in `puts'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/connection.rb:36:in `puts'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/browser.rb:204:in `command'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/browser.rb:257:in `version'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/driver.rb:284:in `version'
/home/qa/compass-aggregator-automation/features/support/hooks.rb:7:in `Before'
Given I have signed into the Carrier portal as a carrier user # features/test/step_definitions/shared_steps.rb:1
When I view the Portal Users page # features/test/step_definitions/portal_settings/invite_user_steps.rb:59
Then I should not see Rates permission option # features/test/step_definitions/portal_settings/invite_user_steps.rb:734
And I should not see Switches permission option # features/test/step_definitions/portal_settings/invite_user_steps.rb:734
Broken pipe (Errno::EPIPE)
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/connection.rb:36:in `write'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/connection.rb:36:in `puts'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/connection.rb:36:in `puts'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/browser.rb:204:in `command'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/browser.rb:78:in `current_url'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/driver.rb:40:in `current_url'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/gems/capybara-2.4.1/lib/capybara/session.rb:175:in `current_url'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/gems/capybara-2.4.1/lib/capybara/session.rb:157:in `current_path'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/gems/capybara-2.4.1/lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/gems/capybara-screenshot-1.0.4/lib/capybara-screenshot/saver.rb:26:in `save'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/gems/capybara-screenshot-1.0.4/lib/capybara-screenshot/cucumber.rb:13:in `block (2 levels) in <top (required)>'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/gems/capybara-2.4.1/lib/capybara.rb:277:in `using_session'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/gems/capybara-screenshot-1.0.4/lib/capybara-screenshot/cucumber.rb:9:in `After'
Broken pipe (Errno::EPIPE)
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/connection.rb:36:in `write'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/connection.rb:36:in `puts'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/connection.rb:36:in `puts'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/browser.rb:204:in `command'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/browser.rb:38:in `reset!'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/bundler/gems/capybara-webkit-7bedbc050d00/lib/capybara/webkit/driver.rb:254:in `reset!'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/gems/capybara-2.4.1/lib/capybara/session.rb:103:in `reset!'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/gems/capybara-2.4.1/lib/capybara.rb:257:in `block in reset_sessions!'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/gems/capybara-2.4.1/lib/capybara.rb:257:in `each'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/gems/capybara-2.4.1/lib/capybara.rb:257:in `reset_sessions!'
/home/qa/.rvm/gems/ruby-2.1.0@automated_testing/gems/capybara-2.4.1/lib/capybara/cucumber.rb:8:in `After'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment