This commit is contained in:
Shinya Maeda 2017-11-07 16:41:49 +09:00
parent df333a9380
commit 8d51a2f48a
1 changed files with 1 additions and 2 deletions

View File

@ -100,8 +100,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.')
# TODO: Subject to change, as today we don't clear Kubernetes Integration
expect(page).to have_link('Manage Kubernetes integration')
expect(page).to have_link('Create on GKE')
end
end
end