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
25f01cff
Commit
25f01cff
authored
Oct 21, 2016
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Weight dropdown spinach tests fix
parent
9a3719b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
features/project/issues/weight.feature
features/project/issues/weight.feature
+1
-0
features/steps/project/issues/weight.rb
features/steps/project/issues/weight.rb
+7
-1
No files found.
features/project/issues/weight.feature
View file @
25f01cff
...
...
@@ -4,6 +4,7 @@ Feature: Project Issues Weight
And
I own project
"Shop"
Given
I visit project
"Shop"
issues page
@javascript
Scenario
:
I
should see labels list
Given
I click link
"New Issue"
And
I submit new issue
"500 error on profile"
with weight
...
...
features/steps/project/issues/weight.rb
View file @
25f01cff
...
...
@@ -9,7 +9,13 @@ class Spinach::Features::ProjectIssuesWeight < Spinach::FeatureSteps
step
'I submit new issue "500 error on profile" with weight'
do
fill_in
"issue_title"
,
with:
"500 error on profile"
select
"7"
,
from:
"issue_weight"
click_button
'Weight'
page
.
within
'.dropdown-menu-weight'
do
click_link
'7'
end
click_button
"Submit issue"
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