summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-06 08:24:10 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-06 08:24:10 -0700
commit8da7c3bfbc975d03d997edddb2dd83d0af5fb187 (patch)
tree47e409be7b4e1672a30b97682edab60d4706040b /features
parent36777f4ad32c90c34f13eab454292e041b72861b (diff)
parent15d54b29649652226dc62044680913640be6e407 (diff)
downloadgitlab-ce-8da7c3bfbc975d03d997edddb2dd83d0af5fb187.tar.gz
Merge pull request #4178 from docwhat/use-COLOR_SCHEMES
design pages now uses the COLOR_SCHEMES
Diffstat (limited to 'features')
-rw-r--r--features/steps/profile/profile.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/profile/profile.rb b/features/steps/profile/profile.rb
index 8981705df48..c1fe00c8e65 100644
--- a/features/steps/profile/profile.rb
+++ b/features/steps/profile/profile.rb
@@ -74,7 +74,7 @@ class Profile < Spinach::FeatureSteps
When "I change my code preview theme" do
within '.code-preview-theme' do
- choose "Solarized Dark"
+ choose "Solarized dark"
end
end