mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-26 01:33:22 +00:00
Sets examples pending and dry running with xit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user