Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2018-01-18 19:05:08 +0300
committerTim Zallmann <tzallmann@gitlab.com>2018-01-18 19:05:08 +0300
commite56bcf92774b19115f62b609163c44ba9d919e69 (patch)
tree9c1fff2a36968ed0932801caa0e76292044f0d5b /spec
parentde71a0646abded0c3536f93309bc4ecccd92f9e9 (diff)
parent18abb3034209525a7e9a9a98d92ae5a168a97251 (diff)
Merge branch 'remove-ide-pref' into 'master'
Remove IDE option from user preferences See merge request gitlab-org/gitlab-ce!16454
Diffstat (limited to 'spec')
-rw-r--r--spec/features/profiles/user_visits_profile_preferences_page_spec.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/spec/features/profiles/user_visits_profile_preferences_page_spec.rb b/spec/features/profiles/user_visits_profile_preferences_page_spec.rb
index 266af8f4e3d..90d6841af0e 100644
--- a/spec/features/profiles/user_visits_profile_preferences_page_spec.rb
+++ b/spec/features/profiles/user_visits_profile_preferences_page_spec.rb
@@ -32,18 +32,6 @@ describe 'User visits the profile preferences page' do
end
end
- describe 'User changes their multi file editor preferences', :js do
- it 'set the new_repo cookie when the option is ON' do
- choose 'user_multi_file_on'
- expect(get_cookie('new_repo')).not_to be_nil
- end
-
- it 'deletes the new_repo cookie when the option is OFF' do
- choose 'user_multi_file_off'
- expect(get_cookie('new_repo')).to be_nil
- end
- end
-
describe 'User changes their default dashboard', :js do
it 'creates a flash message' do
select 'Starred Projects', from: 'user_dashboard'