pages/desktop/frontend/blog.py [197:202]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        @property
        def add_to_firefox_button(self):
            self.wait.until(
                EC.visibility_of_element_located(self._add_to_firefox_button_locator)
            )
            return self.find_element(*self._add_to_firefox_button_locator)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



pages/desktop/frontend/versions.py [140:145]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        @property
        def add_to_firefox_button(self):
            self.wait.until(
                EC.visibility_of_element_located(self._add_to_firefox_button_locator)
            )
            return self.find_element(*self._add_to_firefox_button_locator)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



