diff --git a/spec/system/instructeurs/procedure_filters_spec.rb b/spec/system/instructeurs/procedure_filters_spec.rb index 05c8f72c6..6b2314b44 100644 --- a/spec/system/instructeurs/procedure_filters_spec.rb +++ b/spec/system/instructeurs/procedure_filters_spec.rb @@ -43,7 +43,7 @@ describe "procedure filters" do end end - scenario "should add be able to add created_at column", js: true do + scenario "should add be able to add created_at column", chrome: true do add_column("Créé le") within ".dossiers-table" do expect(page).to have_link("Créé le") @@ -51,7 +51,7 @@ describe "procedure filters" do end end - scenario "should add be able to add and remove custom type_de_champ column", js: true do + scenario "should add be able to add and remove custom type_de_champ column", chrome: true do add_column(type_de_champ.libelle) within ".dossiers-table" do expect(page).to have_link(type_de_champ.libelle) diff --git a/spec/system/users/list_dossiers_spec.rb b/spec/system/users/list_dossiers_spec.rb index 5d4cc3eac..678e2d827 100644 --- a/spec/system/users/list_dossiers_spec.rb +++ b/spec/system/users/list_dossiers_spec.rb @@ -58,7 +58,7 @@ describe 'user access to the list of their dossiers', js: true do context 'when there is more than one page' do let(:dossiers_per_page) { 2 } - scenario 'the user can navigate through the other pages' do + scenario 'the user can navigate through the other pages', chrome: true do expect(page).not_to have_link(dossier_en_instruction.procedure.libelle) page.click_link("Suivant") page.click_link("Suivant")