Skip to content
Snippets Groups Projects
Verified Commit b70718fa authored by Matija Čupić's avatar Matija Čupić
Browse files

Expect the correct link after destroying cluster

parent c2d9d5d6
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -233,7 +233,7 @@ 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_link('Create on GKE')
expect(page).to have_link('Add cluster')
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