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:
Jean-Baptiste Bellet
2022-12-08 12:04:22 +01:00
parent 5fd78a8db5
commit e971f46611

View File

@@ -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"