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
d6cecf7a
Commit
d6cecf7a
authored
May 20, 2016
by
Alfredo Sumaran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix failing tests
parent
91e6bc12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
features/steps/project/issues/labels.rb
features/steps/project/issues/labels.rb
+5
-5
No files found.
features/steps/project/issues/labels.rb
View file @
d6cecf7a
...
@@ -60,25 +60,25 @@ class Spinach::Features::ProjectIssuesLabels < Spinach::FeatureSteps
...
@@ -60,25 +60,25 @@ class Spinach::Features::ProjectIssuesLabels < Spinach::FeatureSteps
end
end
step
'I should see label \'feature\''
do
step
'I should see label \'feature\''
do
page
.
within
'.manage-labels-list'
do
page
.
within
'.
other-labels .
manage-labels-list'
do
expect
(
page
).
to
have_content
'feature'
expect
(
page
).
to
have_content
'feature'
end
end
end
end
step
'I should see label \'bug\''
do
step
'I should see label \'bug\''
do
page
.
within
'.manage-labels-list'
do
page
.
within
'.
other-labels .
manage-labels-list'
do
expect
(
page
).
to
have_content
'bug'
expect
(
page
).
to
have_content
'bug'
end
end
end
end
step
'I should not see label \'bug\''
do
step
'I should not see label \'bug\''
do
page
.
within
'.manage-labels-list'
do
page
.
within
'.
other-labels .
manage-labels-list'
do
expect
(
page
).
not_to
have_content
'bug'
expect
(
page
).
not_to
have_content
'bug'
end
end
end
end
step
'I should see label \'support\''
do
step
'I should see label \'support\''
do
page
.
within
'.manage-labels-list'
do
page
.
within
'.
other-labels .
manage-labels-list'
do
expect
(
page
).
to
have_content
'support'
expect
(
page
).
to
have_content
'support'
end
end
end
end
...
@@ -90,7 +90,7 @@ class Spinach::Features::ProjectIssuesLabels < Spinach::FeatureSteps
...
@@ -90,7 +90,7 @@ class Spinach::Features::ProjectIssuesLabels < Spinach::FeatureSteps
end
end
step
'I should see label \'fix\''
do
step
'I should see label \'fix\''
do
page
.
within
'.manage-labels-list'
do
page
.
within
'.
other-labels .
manage-labels-list'
do
expect
(
page
).
to
have_content
'fix'
expect
(
page
).
to
have_content
'fix'
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