diff options
author | Dan Davison <ddavison@gitlab.com> | 2019-07-11 21:15:10 +0000 |
---|---|---|
committer | Dan Davison <ddavison@gitlab.com> | 2019-07-11 21:15:10 +0000 |
commit | 38ff44980ec1c08570aee327ebfef48f99cd4d1e (patch) | |
tree | 0ef6f49687c9958407ab53a2aa37020e7615fe55 | |
parent | 1375f39998bd17cc07ef004b8f0aff082dcd1122 (diff) | |
parent | 103ed674b93772ce4a9d0b760333bec1cb86cb4c (diff) | |
download | gitlab-ce-38ff44980ec1c08570aee327ebfef48f99cd4d1e.tar.gz |
Merge branch 'qa/shorten-test-description' into 'master'
Shorten test description
See merge request gitlab-org/gitlab-ce!30638
-rw-r--r-- | qa/qa/specs/features/browser_ui/3_create/repository/add_list_delete_branches_spec.rb | 2 |
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) |