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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user