diff options
| author | Walmyr Lima <walmyr@gitlab.com> | 2019-07-11 18:59:50 +0200 |
|---|---|---|
| committer | Walmyr Lima <walmyr@gitlab.com> | 2019-07-11 18:59:50 +0200 |
| commit | 103ed674b93772ce4a9d0b760333bec1cb86cb4c (patch) | |
| tree | 79f2439fce5b07e00c2a380ecf4e9a7ef0a7f8fe | |
| parent | a06107582f1271d2724f83d8606488b78cf03144 (diff) | |
| download | gitlab-ce-qa/shorten-test-description.tar.gz | |
Shorten test descriptionqa/shorten-test-description
| -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) |
