spec: add retry to all system spec

This commit is contained in:
simon lehericey 2023-08-31 09:59:18 +02:00
parent abd8cefd7d
commit bd78a14f62
35 changed files with 73 additions and 73 deletions

View file

@ -1,4 +1,4 @@
describe 'fetch API Particulier Data', js: true do
describe 'fetch API Particulier Data', js: true, retry: 3 do
let(:administrateur) { create(:administrateur) }
let(:expected_token) { 'd7e9c9f4c3ca00caadde31f50fd4521a' }