Membership page label additions and fixes

This commit is contained in:
Chris Rodriguez
2016-04-27 15:47:41 -04:00
parent 07fb1645aa
commit 96ca09f45c
3 changed files with 129 additions and 131 deletions

View File

@@ -755,7 +755,7 @@ class MembershipPageAutoEnrollSection(PageObject):
"""
Fill in the form with the provided email and submit it.
"""
email_selector = "{} >p>textarea".format(self.batch_enrollment_selector)
email_selector = "{} textarea".format(self.batch_enrollment_selector)
enrollment_button = "{} .enrollment-button[data-action='enroll']".format(self.batch_enrollment_selector)
# Fill the email addresses after the email selector is visible.