Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Engelen <michel.engelen@diva-e.com>2019-06-14 15:04:36 +0300
committerMichel Engelen <michel@nomorejs.net>2019-07-02 15:29:54 +0300
commit6f7c27cee07de77a3b4de398ccba6b98cd2ebd5f (patch)
tree30fa7b0a1dd38ffa29305366518de602acb95951 /spec/support/features
parent385ef2abf7199cfdf1b29279f06c41ebb388920f (diff)
fixed remaining specs for !29553
Diffstat (limited to 'spec/support/features')
-rw-r--r--spec/support/features/resolving_discussions_in_issues_shared_examples.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/features/resolving_discussions_in_issues_shared_examples.rb b/spec/support/features/resolving_discussions_in_issues_shared_examples.rb
index 38e5fb155a4..8d0e03134d0 100644
--- a/spec/support/features/resolving_discussions_in_issues_shared_examples.rb
+++ b/spec/support/features/resolving_discussions_in_issues_shared_examples.rb
@@ -1,4 +1,4 @@
-shared_examples 'creating an issue for a discussion' do
+shared_examples 'creating an issue for a thread' do
it 'shows an issue with the title filled in' do
title_field = page.find_field('issue[title]')