Merge branch 'qa/shorten-test-description' into 'master'
Shorten test description See merge request gitlab-org/gitlab-ce!30638
This commit is contained in:
commit
38ff44980e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue