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

Fix snippets test

parent 88deb221
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -42,7 +42,7 @@ class ProjectSnippets < Spinach::FeatureSteps
end
 
And 'I click link "Edit"' do
within ".page_title" do
within ".file_title" do
click_link "Edit"
end
end
Loading
Loading
Loading
Loading
@@ -13,7 +13,7 @@ class SnippetsFeature < Spinach::FeatureSteps
end
 
And 'I click link "Edit"' do
within ".page_title" do
within ".file_title" do
click_link "Edit"
end
end
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