Skip to content
Snippets Groups Projects
Commit c708931a authored by Kamil Trzcińśki's avatar Kamil Trzcińśki
Browse files

Workaround today the failure in tests

parent db98ce38
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment