Commit 5f106512 authored by Filipa Lacerda's avatar Filipa Lacerda

Adds tests

Adds changelog entry in the correct place
parent 1494abe9
......@@ -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)
......
---
title: Adds back ability to stop all environments
merge_request: 7379
author:
\ No newline at end of file
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment