feat(DSFR.breadcrumb): switch to DSFR breadcrumb style since it is part of new service UI

This commit is contained in:
Martin 2022-08-17 13:53:07 +02:00 committed by mfo
parent 05dfc93b7e
commit 549eda6fe3
40 changed files with 194 additions and 160 deletions

View file

@ -38,7 +38,7 @@ describe 'Administrateurs can edit procedures', js: true do
click_on 'Enregistrer'
expect(page).to have_selector('.breadcrumbs li', text: 'Ma petite démarche')
expect(page).to have_selector('.fr-breadcrumb li', text: 'Ma petite démarche')
end
end
@ -55,7 +55,7 @@ describe 'Administrateurs can edit procedures', js: true do
click_on 'Enregistrer'
expect(page).to have_selector('.breadcrumbs li', text: 'Ma petite démarche')
expect(page).to have_selector('.fr-breadcrumb li', text: 'Ma petite démarche')
end
end
end