Remove unused pending tests, and enable old tests disabled for sqlite
This commit is contained in:
parent
1d205e97b5
commit
ad4bd87b1f
4 changed files with 1 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
|||
require 'spec_helper'
|
||||
|
||||
xfeature 'As a User I want to sort and paginate dossiers', js: true do
|
||||
feature 'As a User I want to sort and paginate dossiers', js: true do
|
||||
|
||||
let(:user) { create(:user) }
|
||||
let(:procedure_for_individual) { create(:procedure, :published, :for_individual) }
|
||||
|
|
|
@ -22,8 +22,4 @@ describe NotificationService do
|
|||
end
|
||||
end
|
||||
end
|
||||
|
||||
describe 'text_for_notif' do
|
||||
pending
|
||||
end
|
||||
end
|
||||
|
|
|
@ -16,8 +16,4 @@ describe RenderPartialService do
|
|||
|
||||
it { is_expected.to eq 'layouts/left_panels/left_panel_'+controller.to_s.parameterize + '_' + method.to_s }
|
||||
end
|
||||
|
||||
describe 'left_panel_exist?' do
|
||||
pending
|
||||
end
|
||||
end
|
||||
|
|
|
@ -24,12 +24,6 @@ describe 'users/recapitulatif/show.html.haml', type: :view do
|
|||
expect(rendered).to have_selector('#messages')
|
||||
end
|
||||
|
||||
it 'le numéro de dossier est présent' do
|
||||
pending 'move to test layout'
|
||||
expect(rendered).to have_selector('#dossier_id')
|
||||
expect(rendered).to have_content(dossier_id)
|
||||
end
|
||||
|
||||
describe 'les liens de modifications' do
|
||||
context 'lien description' do
|
||||
it 'le lien vers description est présent' do
|
||||
|
|
Loading…
Reference in a new issue