feat(DSFR.breadcrumb): switch to DSFR breadcrumb style since it is part of new service UI
This commit is contained in:
parent
05dfc93b7e
commit
549eda6fe3
40 changed files with 194 additions and 160 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue