summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-15 16:05:07 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-15 16:05:07 +0200
commit86e23a584a025131eedb919c8f67f3e81a0f58f3 (patch)
tree987e75429be00cb99953bc47ead9acc8b3cc6f10 /features
parent2449bea2c46f44ef09122856363beb955c853c1f (diff)
downloadgitlab-ce-86e23a584a025131eedb919c8f67f3e81a0f58f3.tar.gz
spianch -> profile -> specify within block
Diffstat (limited to 'features')
-rw-r--r--features/steps/profile/profile.rb8
1 files changed, 6 insertions, 2 deletions
diff --git a/features/steps/profile/profile.rb b/features/steps/profile/profile.rb
index e5a39abcc78..a02ed057d9d 100644
--- a/features/steps/profile/profile.rb
+++ b/features/steps/profile/profile.rb
@@ -67,11 +67,15 @@ class Profile < Spinach::FeatureSteps
end
When "I change my application theme" do
- choose "Violet"
+ within '.application-theme' do
+ choose "Violet"
+ end
end
When "I change my code preview theme" do
- choose "Dark code preview"
+ within '.code-preview-theme' do
+ choose "Solarized Dark"
+ end
end
Then "I should see the theme change immediately" do