mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Change behavior: dates shouldn't have changed
Seems like more coherent with the new behavior (ie. don't load orders on filters changes but on click on "Filter Results" button)
This commit is contained in:
@@ -647,8 +647,6 @@ describe '
|
||||
select_dates_from_daterangepicker(today - 9.days, today)
|
||||
page.find('.filter-actions .button.icon-search').click
|
||||
end
|
||||
# daterange picker shouldn't have changed
|
||||
expect(find("input.datepicker").value).to eq previousdaterangestring
|
||||
expect(page).to have_selector "#save-bar"
|
||||
within("tr#li_#{li2.id} td.quantity") do
|
||||
expect(page).to have_selector "input[name=quantity].ng-dirty"
|
||||
|
||||
Reference in New Issue
Block a user