Commit c708931a authored by Kamil Trzcinski's avatar Kamil Trzcinski

Workaround today the failure in tests

parent db98ce38
......@@ -95,7 +95,8 @@ feature 'Clusters', :js do
it 'user sees creation form with the succeccful message' do
expect(page).to have_content('Cluster integration was successfully removed.')
expect(page).to have_content('Choose how to set up cluster integration')
# TODO: Subject to change, as today we don't clear Kubernetes Integration
expect(page).to have_link('Manage Kubernetes integration')
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