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

Bug 958542 - [v1.3] Update locator in test_gallery_delete_image #15201

Merged
merged 1 commit into from Jan 10, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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-ok.confirm')
_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