Merge pull request #1156 from sgmap/fix-focus
Remove test focus that shouldn't have been committed in 48cb623
This commit is contained in:
commit
04e89da2f4
2 changed files with 2 additions and 2 deletions
|
@ -350,7 +350,7 @@ describe Backoffice::DossiersController, type: :controller do
|
|||
end
|
||||
end
|
||||
|
||||
context 'when the attestation template uses the motivation field', focus: true do
|
||||
context 'when the attestation template uses the motivation field' do
|
||||
let(:emailable) { false }
|
||||
let(:template) { create(:attestation_template) }
|
||||
let(:procedure) { create(:procedure, :published, attestation_template: template, gestionnaires: [gestionnaire]) }
|
||||
|
|
|
@ -224,7 +224,7 @@ describe NewGestionnaire::DossiersController, type: :controller do
|
|||
end
|
||||
end
|
||||
|
||||
context 'when the attestation template uses the motivation field', focus: true do
|
||||
context 'when the attestation template uses the motivation field' do
|
||||
let(:emailable) { false }
|
||||
let(:template) { create(:attestation_template) }
|
||||
let(:procedure) { create(:procedure, :published, attestation_template: template, gestionnaires: [gestionnaire]) }
|
||||
|
|
Loading…
Reference in a new issue