def selected_star_highlight()

in pages/desktop/frontend/details.py [0:0]


        def selected_star_highlight(self):
            # waits for the ratings stars to be fully loaded and editable
            self.wait.until(
                expected.invisibility_of_element_located(
                    self._loaded_rating_stars_locator
                )
            )
            return self.find_elements(*self._highlighted_star_locator)