Skip to content

Commit

Permalink
Merge pull request solidusio#506 from scottcrawford03/upgrade-powerTi…
Browse files Browse the repository at this point in the history
…p-to-v1.2.0

Upgrade powerTip from v1.1.0 to v1.2.0
  • Loading branch information
jhawthorn committed Nov 12, 2015
2 parents 2fb0a97 + 876de1b commit ab7a6f0
Show file tree
Hide file tree
Showing 2 changed files with 794 additions and 425 deletions.
4 changes: 2 additions & 2 deletions backend/spec/features/admin/products/stock_management_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
end

def adjust_count_on_hand(count_on_hand)
find(:css, ".fa-edit[data-id='#{stock_item.id}']").click
find(:css, ".fa-edit[data-id='#{stock_item.id}']").trigger('click')
find(:css, "[data-variant-id='#{variant.id}'] input[type='number']").set(count_on_hand)
find(:css, ".fa-check[data-id='#{stock_item.id}']").click
find(:css, ".fa-check[data-id='#{stock_item.id}']").trigger('click')
expect(page).to have_content('Updated successfully')
end

Expand Down
Loading

0 comments on commit ab7a6f0

Please sign in to comment.