summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-01-15 12:41:00 +0000
committerPhil Hughes <me@iamphill.com>2018-01-15 12:41:00 +0000
commit18abb3034209525a7e9a9a98d92ae5a168a97251 (patch)
treeea8e0341204be09c8414510146bb590c90d844b5
parentaf79397f37f8f9e1f21017d42b7ec98d6ff79263 (diff)
downloadgitlab-ce-remove-ide-pref.tar.gz
remove specsremove-ide-pref
-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'