diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-08-07 18:51:30 +0100 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-08-07 18:51:30 +0100 |
commit | ae5003a35ef47bbdafc51e3e9d0f27039f9d20a2 (patch) | |
tree | ffcc8c2ddd080a572a56caf2a2948fe90ebdfc0b /spec | |
parent | 036ee515d418b99181d5e610e40a7ab527a8a9ce (diff) | |
download | gitlab-ce-ae5003a35ef47bbdafc51e3e9d0f27039f9d20a2.tar.gz |
Fix html structure
Removes test for removed behavior
Diffstat (limited to 'spec')
-rw-r--r-- | spec/features/projects/import_export/import_file_spec.rb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/spec/features/projects/import_export/import_file_spec.rb b/spec/features/projects/import_export/import_file_spec.rb index 83d924382be..24e7843db63 100644 --- a/spec/features/projects/import_export/import_file_spec.rb +++ b/spec/features/projects/import_export/import_file_spec.rb @@ -61,17 +61,6 @@ feature 'Import/Export - project import integration test', js: true do expect(page).to have_content('Project could not be imported') end end - - scenario 'project with no name' do - create(:project, namespace: namespace) - - visit new_project_path - - select2(namespace.id, from: '#project_namespace_id') - - # Check for tooltip disabled import button - expect(find('.import_gitlab_project')['title']).to eq('Please enter a valid project name.') - end end context 'when limited to the default user namespace' do |