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
path: root/qa
diff options
context:
space:
mode:
authorDan Davison <ddavison@gitlab.com>2019-07-12 00:15:10 +0300
committerDan Davison <ddavison@gitlab.com>2019-07-12 00:15:10 +0300
commit38ff44980ec1c08570aee327ebfef48f99cd4d1e (patch)
tree0ef6f49687c9958407ab53a2aa37020e7615fe55 /qa
parent1375f39998bd17cc07ef004b8f0aff082dcd1122 (diff)
parent103ed674b93772ce4a9d0b760333bec1cb86cb4c (diff)
Merge branch 'qa/shorten-test-description' into 'master'
Shorten test description See merge request gitlab-org/gitlab-ce!30638
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/specs/features/browser_ui/3_create/repository/add_list_delete_branches_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/specs/features/browser_ui/3_create/repository/add_list_delete_branches_spec.rb b/qa/qa/specs/features/browser_ui/3_create/repository/add_list_delete_branches_spec.rb
index 2b3d9b1711d..36cbd1b81f0 100644
--- a/qa/qa/specs/features/browser_ui/3_create/repository/add_list_delete_branches_spec.rb
+++ b/qa/qa/specs/features/browser_ui/3_create/repository/add_list_delete_branches_spec.rb
@@ -56,7 +56,7 @@ module QA
project.visit!
end
- it 'branches are correctly listed after CRUD operations' do
+ it 'lists branches correctly after CRUD operations' do
Page::Project::Menu.perform(&:go_to_repository_branches)
expect(page).to have_content(master_branch)