Commit 38ff4498 authored by Dan Davison's avatar Dan Davison

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

Shorten test description

See merge request gitlab-org/gitlab-ce!30638
parents 1375f399 103ed674
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment