in pages/desktop/frontend/details.py [0:0]
def more_themes_by_author_previews(self):
# waiting for the element to be clickable to avoid 'element could not be scrolled into view' exception
self.wait.until(
expected.element_to_be_clickable(
self._same_author_theme_previews_locator
)
)
return self.find_elements(*self._same_author_theme_previews_locator)