summaryrefslogtreecommitdiff
path: root/spec/features/merge_requests
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2017-07-20 13:49:18 -0400
committerRobert Speicher <rspeicher@gmail.com>2017-07-20 13:49:18 -0400
commit72d57db1cbe2ee77bda86de753590ae61c67c0f1 (patch)
tree9b221238236f13115be8fe0a68663bdeb661205d /spec/features/merge_requests
parentd7ab476647f58f129759daaff24561ed5d6571aa (diff)
downloadgitlab-ce-72d57db1cbe2ee77bda86de753590ae61c67c0f1.tar.gz
Move a spec related to merge requests out of a feature related to issuesrs-move-mr-slash-command-spec-from-issues
Diffstat (limited to 'spec/features/merge_requests')
-rw-r--r--spec/features/merge_requests/user_uses_slash_commands_spec.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/features/merge_requests/user_uses_slash_commands_spec.rb b/spec/features/merge_requests/user_uses_slash_commands_spec.rb
index 434f5a7c0ac..b2187e01bdb 100644
--- a/spec/features/merge_requests/user_uses_slash_commands_spec.rb
+++ b/spec/features/merge_requests/user_uses_slash_commands_spec.rb
@@ -24,6 +24,14 @@ feature 'Merge Requests > User uses quick actions', feature: true, js: true do
wait_for_requests
end
+ describe 'time tracking' do
+ before do
+ visit project_merge_request_path(project, merge_request)
+ end
+
+ it_behaves_like 'issuable time tracker'
+ end
+
describe 'toggling the WIP prefix in the title from note' do
context 'when the current user can toggle the WIP prefix' do
it 'adds the WIP: prefix to the title' do