Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
6cf6b45a
Commit
6cf6b45a
authored
Jun 06, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix snippets test
parent
88deb221
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
features/steps/project/project_snippets.rb
features/steps/project/project_snippets.rb
+1
-1
features/steps/snippets/snippets.rb
features/steps/snippets/snippets.rb
+1
-1
No files found.
features/steps/project/project_snippets.rb
View file @
6cf6b45a
...
@@ -42,7 +42,7 @@ class ProjectSnippets < Spinach::FeatureSteps
...
@@ -42,7 +42,7 @@ class ProjectSnippets < Spinach::FeatureSteps
end
end
And
'I click link "Edit"'
do
And
'I click link "Edit"'
do
within
".
pag
e_title"
do
within
".
fil
e_title"
do
click_link
"Edit"
click_link
"Edit"
end
end
end
end
...
...
features/steps/snippets/snippets.rb
View file @
6cf6b45a
...
@@ -13,7 +13,7 @@ class SnippetsFeature < Spinach::FeatureSteps
...
@@ -13,7 +13,7 @@ class SnippetsFeature < Spinach::FeatureSteps
end
end
And
'I click link "Edit"'
do
And
'I click link "Edit"'
do
within
".
pag
e_title"
do
within
".
fil
e_title"
do
click_link
"Edit"
click_link
"Edit"
end
end
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment