2022-12-20 21:29:53 +01:00
|
|
|
describe 'Accessing the /patron page:', vcr: { cassette_name: 'api_geo_all' } do
|
2022-05-31 08:44:40 +02:00
|
|
|
scenario 'I can display a page with all form fields and UI elements' do
|
|
|
|
visit patron_path
|
|
|
|
expect(page).to have_text('Icônes')
|
|
|
|
expect(page).to have_text('Formulaires')
|
|
|
|
expect(page).to have_text('Boutons')
|
|
|
|
end
|
|
|
|
end
|