Commit 86e23a58 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

spianch -> profile -> specify within block

parent 2449bea2
...@@ -67,11 +67,15 @@ class Profile < Spinach::FeatureSteps ...@@ -67,11 +67,15 @@ class Profile < Spinach::FeatureSteps
end end
When "I change my application theme" do When "I change my application theme" do
within '.application-theme' do
choose "Violet" choose "Violet"
end end
end
When "I change my code preview theme" do When "I change my code preview theme" do
choose "Dark code preview" within '.code-preview-theme' do
choose "Solarized Dark"
end
end end
Then "I should see the theme change immediately" do Then "I should see the theme change immediately" do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment