Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #14627 from askeing/949552
Browse files Browse the repository at this point in the history
Bug 949552 - Fix test_gallery_delete_image
  • Loading branch information
bebef1987 committed Dec 13, 2013
2 parents 9bc5f1f + dfe8e5b commit f2c0c40
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -13,7 +13,7 @@ class FullscreenImage(Base):
_current_image_locator = (By.CSS_SELECTOR, '#frames > div.frame[style ~= "translateX(0px);"] > img')
_photos_toolbar_locator = (By.ID, 'fullscreen-toolbar')
_delete_image_locator = (By.ID, 'fullscreen-delete-button')
_confirm_delete_locator = (By.ID, 'modal-dialog-confirm-ok')
_confirm_delete_locator = (By.CSS_SELECTOR, '.modal-dialog-confirm.visible menu button.modal-dialog-confirm-ok')
_edit_photo_locator = (By.ID, 'fullscreen-edit-button')
_tile_view_locator = (By.ID, 'fullscreen-back-button')
_share_button_locator = (By.ID, 'fullscreen-share-button')
Expand Down

0 comments on commit f2c0c40

Please sign in to comment.