Merge branch 'qa/shorten-test-description' into 'master'

Shorten test description

See merge request gitlab-org/gitlab-ce!30638
This commit is contained in:
Dan Davison 2019-07-11 21:15:10 +00:00
commit 38ff44980e

View file

@ -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)