Revert "Merge pull request #5710 from betagouv/revert-5705-feat/5701"

This reverts commit aae77c77b0, reversing
changes made to 4c2c5c630c.
This commit is contained in:
kara Diaby 2020-11-02 11:37:21 +01:00
parent 70f30560f0
commit 4b2e3b5be7
8 changed files with 45 additions and 1 deletions

View file

@ -68,6 +68,10 @@ feature 'France Connect Particulier Connexion' do
scenario 'he is redirected to user dossiers page' do
expect(page).to have_content('Dossiers')
end
scenario 'the updated_at date is well updated' do
expect(france_connect_information.updated_at).not_to eq(france_connect_information.created_at)
end
end
end