WL-124 added the jasmine tests for the autoenrollment csv

Added bokchoy tests and assets (csv files) for CSV auto reg and enrollment.
Set the env flag "ALLOW_AUTOMATED_SIGNUPS": true in bok_choy.env.json

Resolved quality issues.

resolved cherry pick conflicts

Improved bokchoy tests as per code review suggestions.

added the BDD in the docstrings for all the test scenarios

changed the bok choy test string

Improved bokchoy tests as per further code review suggestions.

Made a MembershipPageAutoEnrollSection a separate PageObject.
This commit is contained in:
Muhammad Shoaib
2014-11-06 18:22:51 +05:00
committed by Afzal Wali
parent ec74398d74
commit 97b45cc2a7
8 changed files with 316 additions and 31 deletions

View File

@@ -0,0 +1,3 @@
a@a.com,aname,aname,PK
b@a.com,bname,bname,PK
c@a.com,cname,cname,PK
1 a@a.com aname aname PK
2 b@a.com bname bname PK
3 c@a.com cname cname PK

View File

@@ -0,0 +1,4 @@
d@a.com,dname,dname,PK
a@a.com,missing_data
d@a.com,ename,ename,PK
e@a.com,dname,dname,PK
1 d a.com,dname,dname,PK
2 a a.com,missing_data
3 d a.com,ename,ename,PK
4 e a.com,dname,dname,PK