Skip to content

Commit

Permalink
Merge pull request abak-press#39 from ovsyanik-ka/feature/AT-328
Browse files Browse the repository at this point in the history
fix: after release
  • Loading branch information
ovsyanik-ka authored May 21, 2020
2 parents e7d689e + 153748e commit a013a43
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 @@ -67,7 +67,7 @@ class EtiPage < Page
button(:operation_undo, css: 'div.operation.undo')
button(:operation_redo, css: 'div.operation.redo')
button(:publish_product, css: '.dialog-status .published')
button(:archive_product, css: '.dialog-status .archived')
button(:archive_product, css: '.dialog-status .manual_archived')

button(:amount_selector, css: '.ptrfap-choose-amount-wrapper>.custom-combobox>.ui-button')
divs(:product, css: 'tr.pt-tr')
Expand Down

0 comments on commit a013a43

Please sign in to comment.