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 #20105 from dchunwong/fixcamera
Browse files Browse the repository at this point in the history
Bug 1021034 - [flame] Investigate failure in test_camera_flash_modes.py
  • Loading branch information
viorelaioia committed Jun 6, 2014
2 parents 01d49e5 + 454631c commit a2ca14d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/python/gaia-ui-tests/gaiatest/apps/camera/app.py
Expand Up @@ -31,8 +31,8 @@ class Camera(Base):
# HUD View
_hud_locator = (By.CSS_SELECTOR, '.hud')
_loading_screen_locator = (By.CSS_SELECTOR, '.loading-screen')
_toggle_flash_button_locator = (By.CSS_SELECTOR, '.test-toggle-flash')
_toggle_camera_button_locator = (By.CSS_SELECTOR, '.test-toggle-camera')
_toggle_flash_button_locator = (By.CSS_SELECTOR, '.test-flash-button')
_toggle_camera_button_locator = (By.CSS_SELECTOR, '.test-camera-toggle')

_viewfinder_video_locator = (By.CLASS_NAME, 'viewfinder-video')
_focus_ring_locator = (By.CSS_SELECTOR, '.focus-ring')
Expand Down

0 comments on commit a2ca14d

Please sign in to comment.