Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-04-14 12:10:34 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-04-14 12:10:34 +0300
commit66f492cea7772633bfb6e0cb1352d90d10a67008 (patch)
tree3899ce7c865a3f3ae1a68dc8e5eade7572b7d953 /spec/features/projects/terraform_spec.rb
parent89528516610699b580e6ea925312f08a9fdb44ce (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/projects/terraform_spec.rb')
-rw-r--r--spec/features/projects/terraform_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/terraform_spec.rb b/spec/features/projects/terraform_spec.rb
index 2c63f2bfc02..d9e45b5e78e 100644
--- a/spec/features/projects/terraform_spec.rb
+++ b/spec/features/projects/terraform_spec.rb
@@ -22,7 +22,7 @@ RSpec.describe 'Terraform', :js do
end
it 'sees an empty state' do
- expect(page).to have_content('Get started with Terraform')
+ expect(page).to have_content("Your project doesn't have any Terraform state files")
end
end