diff options
author | Jacques Erasmus <jerasmus@gitlab.com> | 2019-03-14 19:03:21 +0000 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2019-03-14 19:03:21 +0000 |
commit | a635989097454494b4519ee620a217cb1170af45 (patch) | |
tree | b852e09f4eff5062c3c8f0401d67dbf99e3cbedd /spec/features/projects/clusters | |
parent | f2379a4a7c6b0f9e8fba11fb7e9dfa061f2ceb0e (diff) | |
download | gitlab-ce-a635989097454494b4519ee620a217cb1170af45.tar.gz |
Show loading spinner for Ingress/Knative IP
Show a loading spinner while Ingress/Knative IP is being assigned
Diffstat (limited to 'spec/features/projects/clusters')
-rw-r--r-- | spec/features/projects/clusters/applications_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/clusters/applications_spec.rb b/spec/features/projects/clusters/applications_spec.rb index 4981bf794d9..aa1c3902f0f 100644 --- a/spec/features/projects/clusters/applications_spec.rb +++ b/spec/features/projects/clusters/applications_spec.rb @@ -227,7 +227,7 @@ describe 'Clusters Applications', :js do expect(page).to have_css('.js-cluster-application-install-button', exact_text: 'Installed') expect(page).to have_css('.js-cluster-application-install-button[disabled]') expect(page).to have_selector('.js-no-endpoint-message') - expect(page.find('.js-endpoint').value).to eq('?') + expect(page).to have_selector('.js-ingress-ip-loading-icon') # We receive the external IP address and display Clusters::Cluster.last.application_ingress.update!(external_ip: '192.168.1.100') |