diff options
author | Phil Hughes <me@iamphill.com> | 2018-01-15 12:41:00 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-01-15 12:41:00 +0000 |
commit | 18abb3034209525a7e9a9a98d92ae5a168a97251 (patch) | |
tree | ea8e0341204be09c8414510146bb590c90d844b5 /spec/features | |
parent | af79397f37f8f9e1f21017d42b7ec98d6ff79263 (diff) | |
download | gitlab-ce-18abb3034209525a7e9a9a98d92ae5a168a97251.tar.gz |
remove specsremove-ide-pref
Diffstat (limited to 'spec/features')
-rw-r--r-- | spec/features/profiles/user_visits_profile_preferences_page_spec.rb | 12 |
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' |