desparate try to fix this spec

pull/5208/head
Wieland Lindenthal 8 years ago
parent ee290a6c62
commit ebea10a4ce
  1. 2
      spec/features/types/form_configuration_spec.rb

@ -49,7 +49,7 @@ describe 'form configuration', type: :feature, js: true do
before do
allow(User).to receive(:current).and_return current_user
visit edit_type_path(id: type.id)
visit edit_type_tab_path(id: type.id, tab: "form_configuration")
end
shared_examples 'attribute visibility' do

Loading…
Cancel
Save