Fix user browse projects group page spec

This commit is contained in:
Clement Ho 2018-04-23 15:48:08 -05:00
parent 512abfe15c
commit b933a6de11
1 changed files with 1 additions and 1 deletions

View File

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