diff --git a/spec/system/consumer/split_checkout_tax_not_incl_spec.rb b/spec/system/consumer/split_checkout_tax_not_incl_spec.rb index d4a7ddda41..1109c1c600 100644 --- a/spec/system/consumer/split_checkout_tax_not_incl_spec.rb +++ b/spec/system/consumer/split_checkout_tax_not_incl_spec.rb @@ -115,7 +115,7 @@ describe "As a consumer, I want to see adjustment breakdown" do expect(page).to have_selector('#tax-row', text: with_currency(1.30)) end - pending "when using a voucher" do + context "when using a voucher" do let!(:voucher) do create(:voucher, code: 'some_code', enterprise: distributor, amount: 10) end