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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
d53bfcb0
Commit
d53bfcb0
authored
May 19, 2016
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated snippets tests
parent
da5f0b91
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
features/steps/project/snippets.rb
features/steps/project/snippets.rb
+2
-2
features/steps/snippets/snippets.rb
features/steps/snippets/snippets.rb
+2
-2
No files found.
features/steps/project/snippets.rb
View file @
d53bfcb0
...
...
@@ -43,12 +43,12 @@ class Spinach::Features::ProjectSnippets < Spinach::FeatureSteps
step
'I click link "Edit"'
do
page
.
within
".detail-page-header"
do
click_link
"Edit"
first
(
:link
,
"Edit"
).
click
end
end
step
'I click link "Delete"'
do
click_link
"Delete"
first
(
:link
,
"Delete"
).
click
end
step
'I submit new snippet "Snippet three"'
do
...
...
features/steps/snippets/snippets.rb
View file @
d53bfcb0
...
...
@@ -14,12 +14,12 @@ class Spinach::Features::Snippets < Spinach::FeatureSteps
step
'I click link "Edit"'
do
page
.
within
".detail-page-header"
do
click_link
"Edit"
first
(
:link
,
"Edit"
).
click
end
end
step
'I click link "Delete"'
do
click_link
"Delete"
first
(
:link
,
"Delete"
).
click
end
step
'I submit new snippet "Personal snippet three"'
do
...
...
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