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:
committed by
Afzal Wali
parent
ec74398d74
commit
97b45cc2a7
3
common/test/data/uploads/auto_reg_enrollment.csv
Normal file
3
common/test/data/uploads/auto_reg_enrollment.csv
Normal file
@@ -0,0 +1,3 @@
|
||||
a@a.com,aname,aname,PK
|
||||
b@a.com,bname,bname,PK
|
||||
c@a.com,cname,cname,PK
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user