diff options
author | James Lopez <james@jameslopez.es> | 2016-07-20 17:12:18 +0200 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-07-20 17:12:18 +0200 |
commit | 70023c2179bf5752302078bfa0199b8ed8f73813 (patch) | |
tree | 468d2fece6a8b050d1a6b363ca3ac6c73457ac10 /spec | |
parent | f0603e4cb7cfc043239554857a1143943b50b22f (diff) | |
download | gitlab-ce-70023c2179bf5752302078bfa0199b8ed8f73813.tar.gz |
fix spec
Diffstat (limited to 'spec')
-rw-r--r-- | spec/features/projects/import_export/import_file_spec.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/features/projects/import_export/import_file_spec.rb b/spec/features/projects/import_export/import_file_spec.rb index 40809aa4aba..239e8369d54 100644 --- a/spec/features/projects/import_export/import_file_spec.rb +++ b/spec/features/projects/import_export/import_file_spec.rb @@ -65,7 +65,9 @@ feature 'project import', feature: true, js: true do visit new_project_path select2('2', from: '#project_namespace_id') - click_link 'GitLab export' + + # click on disabled element + find(:link, 'GitLab export').trigger('click') page.within('.flash-container') do expect(page).to have_content('Please enter path and name') |