Commit 103ed674 authored by Walmyr Lima's avatar Walmyr Lima

Shorten test description

parent a0610758
......@@ -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