Skip to content

Commit

Permalink
fix(minieti): image locator
Browse files Browse the repository at this point in the history
  • Loading branch information
ovsyanik committed Nov 9, 2017
1 parent 1f4ffa0 commit b0d1b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/company_site/eti_page.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class EtiPage < Page
button(:close_image_uploader, css: '.ui-resizable .ui-dialog-titlebar-close')

span(:image_uploader, css: '.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable')
button(:image_cell, css: '.fa-camera')
button(:image_cell, xpath: "//*[@class='ibb-no-photo']/i[@class='fa fa-camera blank-image']")
button(:image_upload_btn, css: '.js-upload-input')
span(:thermometer, css: '.js-battery-wrapper')
span(:rubric_cell, css: '.js-rubric-preview-link')
Expand Down

0 comments on commit b0d1b72

Please sign in to comment.