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
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
......
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