mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-15 04:14:24 +00:00
Report Refactor 1: Orders & Distributors
This commit is contained in:
committed by
Jean-Baptiste Bellet
parent
01be6fb1f3
commit
e20c2e3ced
@@ -80,7 +80,7 @@ describe '
|
||||
|
||||
it "delivery report" do
|
||||
click_link "Delivery Report"
|
||||
click_button "Search"
|
||||
click_button "Go"
|
||||
rows = find("table.report__table").all("thead tr")
|
||||
table = rows.map { |r| r.all("th").map { |c| c.text.strip } }
|
||||
expect(table.sort).to eq([
|
||||
|
||||
Reference in New Issue
Block a user