Skip to content
Snippets Groups Projects
Commit 86e23a58 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

spianch -> profile -> specify within block

parent 2449bea2
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment