diff options
author | Matija Čupić <matteeyah@gmail.com> | 2018-01-11 07:17:06 +0100 |
---|---|---|
committer | Matija Čupić <matteeyah@gmail.com> | 2018-01-11 07:17:06 +0100 |
commit | e6012d3eccb1586ba56a3adb23b7b1d568f2fd84 (patch) | |
tree | 955c2a57519bdc5fb11feaf9eb23ed4a9d5b13aa /spec/features | |
parent | cf95756aacdce842a5a2375bdb56c75a1b6abba3 (diff) | |
download | gitlab-ce-e6012d3eccb1586ba56a3adb23b7b1d568f2fd84.tar.gz |
Change failed GCP billing check wording
Diffstat (limited to 'spec/features')
-rw-r--r-- | spec/features/projects/clusters/gcp_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/clusters/gcp_spec.rb b/spec/features/projects/clusters/gcp_spec.rb index 6457b10c356..8953b30bebf 100644 --- a/spec/features/projects/clusters/gcp_spec.rb +++ b/spec/features/projects/clusters/gcp_spec.rb @@ -147,7 +147,7 @@ feature 'Gcp Cluster', :js do end it 'user sees form with error' do - expect(page).to have_content('Please enable billing for one of your projects to be able to create a cluster. Please try again.') + expect(page).to have_content('Please enable billing for one of your projects to be able to create a cluster, then try again.') end end |