summaryrefslogtreecommitdiff
path: root/spec/features/variables_spec.rb
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-08-11 17:48:32 +0100
committerAlfredo Sumaran <alfredo@gitlab.com>2016-08-13 00:57:40 -0500
commitf668da11cb225a9b2c2f1d3ba9d1e9fb2797d4f9 (patch)
tree48f54ed40d288979f1c14c90c79cc456fe6010b7 /spec/features/variables_spec.rb
parent2675c9d632c9560a94e98cd3830e2dfdfbbc2bd4 (diff)
downloadgitlab-ce-f668da11cb225a9b2c2f1d3ba9d1e9fb2797d4f9.tar.gz
Updated tests
Diffstat (limited to 'spec/features/variables_spec.rb')
-rw-r--r--spec/features/variables_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/features/variables_spec.rb b/spec/features/variables_spec.rb
index 61f2bc61e0c..d7880d5778f 100644
--- a/spec/features/variables_spec.rb
+++ b/spec/features/variables_spec.rb
@@ -42,6 +42,7 @@ describe 'Project variables', js: true do
find('.btn-variable-edit').click
end
+ expect(page).to have_content('Update variable')
fill_in('variable_key', with: 'key')
fill_in('variable_value', with: 'key value')
click_button('Save variable')