summaryrefslogtreecommitdiff
path: root/features/steps/profile
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-06-05 13:57:01 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-06-13 17:58:16 -0400
commit0c0c31ff34b3010c2c269ec56ef48dd305c6f74a (patch)
treebc9bfe8512f3a7abc694f77bdd4824ed7d80b3de /features/steps/profile
parent44d68159999a0ee30f7714470c1ef5b0c4a717fa (diff)
downloadgitlab-ce-0c0c31ff34b3010c2c269ec56ef48dd305c6f74a.tar.gz
Move the "Design" templates and logic to Preferences
Diffstat (limited to 'features/steps/profile')
-rw-r--r--features/steps/profile/profile.rb21
1 files changed, 0 insertions, 21 deletions
diff --git a/features/steps/profile/profile.rb b/features/steps/profile/profile.rb
index 32e6859eff7..649aea8e3f4 100644
--- a/features/steps/profile/profile.rb
+++ b/features/steps/profile/profile.rb
@@ -114,27 +114,6 @@ class Spinach::Features::Profile < Spinach::FeatureSteps
expect(page).to have_content "#{current_user.name} closed issue"
end
- step "I change my application theme" do
- page.within '.application-theme' do
- choose "Violet"
- end
- end
-
- step "I change my code preview theme" do
- page.within '.code-preview-theme' do
- choose "Solarized dark"
- end
- end
-
- step "I should see the theme change immediately" do
- expect(page).to have_selector('body.ui_color')
- expect(page).not_to have_selector('body.ui_basic')
- end
-
- step "I should receive feedback that the changes were saved" do
- expect(page).to have_content("saved")
- end
-
step 'my password is expired' do
current_user.update_attributes(password_expires_at: Time.now - 1.hour)
end