From 474f12117b4a385c824056059ecfe22211d67052 Mon Sep 17 00:00:00 2001 From: Albert Santoni Date: Mon, 25 Aug 2014 18:22:20 -0400 Subject: [PATCH] Added Airtime Pro-specific Selenium tests --- tests/selenium/Billing Account Details.html | 117 ++++++++++++++++++++ tests/selenium/Billing Menu Contents.html | 37 +++++++ tests/selenium/Invoices Skeleton.html | 32 ++++++ 3 files changed, 186 insertions(+) create mode 100644 tests/selenium/Billing Account Details.html create mode 100644 tests/selenium/Billing Menu Contents.html create mode 100644 tests/selenium/Invoices Skeleton.html diff --git a/tests/selenium/Billing Account Details.html b/tests/selenium/Billing Account Details.html new file mode 100644 index 000000000..13d428ad4 --- /dev/null +++ b/tests/selenium/Billing Account Details.html @@ -0,0 +1,117 @@ + + + + + + +Billing Account Details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Billing Account Details
open/billing/client
clickAndWaitlink=Account Details
verifyElementPresentid=firstname
verifyElementPresentid=lastname
verifyElementPresentid=companyname
verifyElementPresentid=email
verifyElementPresentid=address1
verifyElementPresentid=address2
verifyElementPresentid=city
verifyElementPresentid=state
verifyElementPresentid=postcode
verifyElementPresentid=country
verifyElementPresentid=phonenumber
verifyElementPresentid=securityqid
verifyElementPresentid=securityqans
verifyElementPresentid=customfields-7
verifyElementPresentid=customfields-71
verifyElementPresentid=password2
verifyElementPresentid=password2verify
verifyElementPresentid=submit
+ + diff --git a/tests/selenium/Billing Menu Contents.html b/tests/selenium/Billing Menu Contents.html new file mode 100644 index 000000000..22e8db439 --- /dev/null +++ b/tests/selenium/Billing Menu Contents.html @@ -0,0 +1,37 @@ + + + + + + +Billing Menu Contents + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Billing Menu Contents
open/Schedule
verifyElementPresentlink=Account Details
verifyElementPresentlink=View Invoices
verifyElementPresentlink=Account Plans
+ + diff --git a/tests/selenium/Invoices Skeleton.html b/tests/selenium/Invoices Skeleton.html new file mode 100644 index 000000000..397fb376d --- /dev/null +++ b/tests/selenium/Invoices Skeleton.html @@ -0,0 +1,32 @@ + + + + + + +Invoices Skeleton + + + + + + + + + + + + + + + + + + + + + + +
Invoices Skeleton
open/billing/upgrade
clickAndWaitlink=View Invoices
verifyElementPresent//div[@id='content']/div
+ +