Commit 69661e6d authored by Eric Eastwood's avatar Eric Eastwood

Update EE spec after language change

parent 592690c1
......@@ -22,7 +22,7 @@ describe 'Project show page', :feature do
visit project_path(project)
page.within('.project-stats') do
expect(page).to have_link('Kubernetes cluster', href: project_clusters_path(project))
expect(page).to have_link('Kubernetes configured', href: project_clusters_path(project))
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