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:
authorShinya Maeda <shinya@gitlab.com>2017-07-07 17:29:58 +0300
committerShinya Maeda <shinya@gitlab.com>2017-07-10 10:39:04 +0300
commite8322625d68d8d355628ec3bca25ea8283ad5117 (patch)
tree57c39117f372911f6b5424f10b3bc74314a24776
parent2c1cbde70d71c14784003e8627cd7889fc20cf57 (diff)
Fix variables_ee_spec.rb
-rw-r--r--spec/features/variables_ee_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/variables_ee_spec.rb b/spec/features/variables_ee_spec.rb
index 4cd13be298a..816f6f85077 100644
--- a/spec/features/variables_ee_spec.rb
+++ b/spec/features/variables_ee_spec.rb
@@ -26,7 +26,7 @@ describe 'Project variables EE', js: true do
fill_in('variable_environment_scope', with: 'review/*')
click_button('Add new variable')
- expect(page).to have_content('Variables were successfully updated.')
+ expect(page).to have_content('Variable was successfully created.')
page.within('.variables-table') do
expect(page).to have_content('key')
expect(page).to have_content('review/*')