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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
0cbb235c
Commit
0cbb235c
authored
Mar 19, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix incorrectly moved spinach step
parent
4403f71f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
features/steps/project/project_wall.rb
features/steps/project/project_wall.rb
+0
-6
features/steps/shared/note.rb
features/steps/shared/note.rb
+6
-0
No files found.
features/steps/project/project_wall.rb
View file @
0cbb235c
...
@@ -15,10 +15,4 @@ class ProjectWall < Spinach::FeatureSteps
...
@@ -15,10 +15,4 @@ class ProjectWall < Spinach::FeatureSteps
Then
'I should see project wall note "my special test message"'
do
Then
'I should see project wall note "my special test message"'
do
page
.
should
have_content
"my special test message"
page
.
should
have_content
"my special test message"
end
end
Then
'I should see comment "XML attached"'
do
within
(
".note"
)
do
page
.
should
have_content
(
"XML attached"
)
end
end
end
end
features/steps/shared/note.rb
View file @
0cbb235c
...
@@ -96,4 +96,10 @@ module SharedNote
...
@@ -96,4 +96,10 @@ module SharedNote
page
.
should
have_css
(
".js-note-preview-button"
,
visible:
true
)
page
.
should
have_css
(
".js-note-preview-button"
,
visible:
true
)
end
end
end
end
Then
'I should see comment "XML attached"'
do
within
(
".note"
)
do
page
.
should
have_content
(
"XML attached"
)
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