summaryrefslogtreecommitdiff
path: root/spec/support/features
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2018-02-14 22:51:04 +0100
committerKamil Trzciński <ayufan@ayufan.eu>2018-02-14 22:52:20 +0100
commit84c14ac0c2ec4957f5fe4c53be3d068ee2f1743a (patch)
tree8445d80af4e64d780d3b01d897c5b8da76248901 /spec/support/features
parent48db60e47987a3a7c08856423daf7713eb256e74 (diff)
downloadgitlab-ce-84c14ac0c2ec4957f5fe4c53be3d068ee2f1743a.tar.gz
Improve validation message and add changelogmc/fix/project-variables-scope
Diffstat (limited to 'spec/support/features')
-rw-r--r--spec/support/features/variable_list_shared_examples.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/features/variable_list_shared_examples.rb b/spec/support/features/variable_list_shared_examples.rb
index b7d896c9409..0d8f7a7aae6 100644
--- a/spec/support/features/variable_list_shared_examples.rb
+++ b/spec/support/features/variable_list_shared_examples.rb
@@ -263,7 +263,7 @@ shared_examples 'variable list' do
# We check the first row because it re-sorts to alphabetical order on refresh
page.within('.js-ci-variable-list-section') do
- expect(find('.js-ci-variable-error-box')).to have_content(/Validation failed Variables has duplicate variables \(.+\)/)
+ expect(find('.js-ci-variable-error-box')).to have_content(/Validation failed Variables have duplicate values \(.+\)/)
end
end
end