From a4f388336acd9d26690d52a9682b22e0a3d4f879 Mon Sep 17 00:00:00 2001 From: Mohamed ABDELLANI Date: Thu, 19 Jan 2023 09:12:28 +0100 Subject: [PATCH] remove duplicated test --- spec/system/admin/invoice_print_spec.rb | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/spec/system/admin/invoice_print_spec.rb b/spec/system/admin/invoice_print_spec.rb index d862a07fff..ead65379c4 100644 --- a/spec/system/admin/invoice_print_spec.rb +++ b/spec/system/admin/invoice_print_spec.rb @@ -212,13 +212,6 @@ describe ' expect(page).to have_content "(1g)" # display as end - it "displays GST for enterprise fees" do - pending "ii) for legend see picture on PR #9495" - # enterprise fee of $20.00 - expect(page).to have_content "Whole order - #{enterprise_fee.name} fee by coordinator " \ - "#{user1.enterprises.first.name} 1 $20.00 (included) $120.00" - end - it "displays the taxes correctly" do # header expect(page).to have_content "Item Qty GST Price" @@ -360,13 +353,6 @@ describe ' expect(page).to have_content "3 $300.09 $1,500.45" end - it "displays GST for enterprise fees" do - pending "v) for legend see picture on PR #9495" - # enterprise fee of $24.00 - expect(page).to have_content "Whole order - #{enterprise_fee.name} fee by coordinator " \ - "#{user1.enterprises.first.name} 1 $20.00 $120.00" - end - it "displays the taxes correctly" do # header expect(page).to have_content "Item Qty GST Price"