Adding UXPL classnames to headings
This commit is contained in:
@@ -44,5 +44,5 @@ class LibraryContentXBlockWrapper(PageObject):
|
||||
"""
|
||||
Gets headers of all child XBlocks as list of strings
|
||||
"""
|
||||
child_blocks_headers = self.q(css=self._bounded_selector("div[data-id] h3.problem-header"))
|
||||
child_blocks_headers = self.q(css=self._bounded_selector("div[data-id] .problem-header"))
|
||||
return frozenset(child.text for child in child_blocks_headers)
|
||||
|
||||
Reference in New Issue
Block a user