Reports: Improve UI

This commit is contained in:
Sebastian Castro
2022-03-22 10:31:32 +00:00
committed by Jean-Baptiste Bellet
parent aafa416b9c
commit 1ff98a1d8a
13 changed files with 67 additions and 61 deletions

View File

@@ -39,7 +39,6 @@ describe '
it "customers report" do
click_link "Mailing List"
expect(page).to have_select('report_type', selected: 'Mailing List')
expect(page).to have_content "click on GO"
click_button "Go"
rows = find("table#listing_customers").all("thead tr")