Merge pull request #12299 from edx/clrux/ac-413

AC-413 adding labels to form fields on Instructor dashboard membership page
This commit is contained in:
clrux
2016-05-19 15:58:04 -04:00
3 changed files with 129 additions and 131 deletions

View File

@@ -828,7 +828,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.