Line breaks in signatory title issue fixed

This commit is contained in:
Saleem Latif
2015-09-23 17:57:27 +05:00
parent d8d49f7544
commit abfa6d9ad1
4 changed files with 33 additions and 4 deletions

View File

@@ -51,6 +51,12 @@ class CertificatesPage(CoursePage):
return True
def get_first_signatory_title(self):
"""
Return signatory title for the first signatory in certificate.
"""
return self.q(css='.signatory-title-value').first.html[0]
################
# Properties
################