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
5f106512
Commit
5f106512
authored
Nov 10, 2016
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds tests
Adds changelog entry in the correct place
parent
1494abe9
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
1 deletion
+12
-1
CHANGELOG.md
CHANGELOG.md
+0
-1
changelogs/unreleased/24147-delete-env-button.yml
changelogs/unreleased/24147-delete-env-button.yml
+4
-0
spec/features/environments_spec.rb
spec/features/environments_spec.rb
+8
-0
No files found.
CHANGELOG.md
View file @
5f106512
...
...
@@ -93,7 +93,6 @@ entry.
-
Return conflict error in label API when title is taken by group label. !7014
-
Reduce the overhead to calculate number of open/closed issues and merge requests within the group or project. !7123
-
Fix builds tab visibility. !7178
-
Fix delete environment missing button. !7379
-
Fix project features default values. !7181
## 8.13.3 (2016-11-02)
...
...
changelogs/unreleased/24147-delete-env-button.yml
0 → 100644
View file @
5f106512
---
title
:
Adds back ability to stop all environments
merge_request
:
7379
author
:
\ No newline at end of file
spec/features/environments_spec.rb
View file @
5f106512
...
...
@@ -239,6 +239,14 @@ feature 'Environments', feature: true do
end
end
end
context
'whitout stop action'
do
scenario
'does allow to stop environment'
do
click_link
(
'Stop'
)
expect
(
page
).
to
have_content
(
environment
.
name
.
capitalize
)
end
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