Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Wait until deferred app icon image is loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
davehunt committed Sep 8, 2015
1 parent ef1a5d7 commit 714cf74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/desktop/consumer_pages/details.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Details(Base):
_title_locator = (By.CSS_SELECTOR, '.info > h3')
_install_purchased_locator = (By.CSS_SELECTOR, 'section.product-details > div.actions > a.premium.purchased.installing')
_install_locator = (By.CSS_SELECTOR, '.button.mkt-app-button.install')
_image_locator = (By.CSS_SELECTOR, '.mkt-tile .mkt-app-heading .icon')
_image_locator = (By.CSS_SELECTOR, '.mkt-tile .mkt-app-heading .icon:not(.deferred)')
_name_locator = (By.CSS_SELECTOR, '.info > h3')
_support_email_locator = (By.CSS_SELECTOR, '.support-email > a')
_app_site_locator = (By.CSS_SELECTOR, '.support-url > a')
Expand Down

0 comments on commit 714cf74

Please sign in to comment.