Skip to content

Commit

Permalink
fix: after release
Browse files Browse the repository at this point in the history
  • Loading branch information
ovsyanik-ka committed May 3, 2020
1 parent e7d689e commit 153748e
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 153748e

Please sign in to comment.