Commit b933a6de authored by Clement Ho's avatar Clement Ho

Fix user browse projects group page spec

parent 512abfe1
......@@ -21,7 +21,7 @@ describe 'User browse group projects page' do
visit projects_group_path(group)
expect(page).to have_link project.name
expect(page).to have_xpath("//span[@class='label label-warning']", text: 'archived')
expect(page).to have_xpath("//span[@class='badge badge-warning']", text: 'archived')
end
end
end
......
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