move to ajax function for every direct debit xml download

This commit is contained in:
viehlieb 2023-11-28 16:39:24 +01:00
parent 636aad0b3e
commit f98d083647
23 changed files with 158 additions and 128 deletions

View file

@ -103,7 +103,7 @@ feature GroupOrderInvoice, type: :feature, js: true do
click_link_or_button 'Toggle details'
click_link_or_button I18n.t('activerecord.attributes.group_order_invoice.links.generate')
sleep 1
expect(page).to have_selector(:link_or_button, "collective-direct-debit-link-#{order.id}")
expect(page).to have_selector(:link_or_button, "collective-direct-debit-link-selected-#{order.id}")
expect(page).to have_selector(".ajax-update-all-link-#{order.id}")
end
end