Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dacook authored Oct 4, 2023
1 parent 49a5382 commit db7155e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/system/admin/orders/invoices_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
expect(order.invoices.count).to eq 0
page.find("#links-dropdown", text: "ACTIONS").click
click_link "Print Invoice"
# wait for PDF to open in new window
new_window = windows.last
page.within_window new_window do
expect(order.invoices.count).to eq 1
Expand Down

0 comments on commit db7155e

Please sign in to comment.