Skip to content

Commit

Permalink
Merge pull request abak-press#11 from ovsyanik-ka/feature/AT-25
Browse files Browse the repository at this point in the history
fix(minieti): image locator
  • Loading branch information
rezerbit authored Nov 9, 2017
2 parents 225de63 + b0d1b72 commit c2c5243
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 @@ -53,7 +53,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 c2c5243

Please sign in to comment.