Sets examples pending and dry running with xit

This commit is contained in:
filipefurtad0
2022-09-16 15:22:31 +01:00
parent 6ae741936f
commit 8c8b262ea1

View File

@@ -301,7 +301,8 @@ describe "Orders And Fulfillment" do
end
end
it "aggregates results per variant" do
xit "aggregates results per variant" do
pending '#9678'
expect(all('table.report__table tbody tr').count).to eq(4)
# 1 row per variant = 2 rows
# 2 TOTAL rows
@@ -435,7 +436,8 @@ describe "Orders And Fulfillment" do
end
end
it "aggregates results per variant, per supplier" do
xit "aggregates results per variant, per supplier" do
pending '#9678'
expect(all('table.report__table tbody tr').count).to eq(4)
# 1 row per supplier, per variant = 3 rows
# 1 TOTAL rows