diff options
author | Phil Hughes <me@iamphill.com> | 2017-12-18 10:31:21 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-12-18 10:31:21 +0000 |
commit | 0a05d8740ac710b814a8f89cec3fc85d6fae6be9 (patch) | |
tree | e28de222d7d7334d6784be7f612e7763f016ae4a /spec/features/variables_spec.rb | |
parent | eaf2f48dc7db706fa1dea050543667f8cdebd4c4 (diff) | |
parent | b4ea25cafa0c7768a8618c673f9a1830f27fc950 (diff) | |
download | gitlab-ce-ph-es-notes-module.tar.gz |
Merge branch 'master' into 'ph-es-notes-module'ph-es-notes-module
# Conflicts:
# app/assets/javascripts/main.js
Diffstat (limited to 'spec/features/variables_spec.rb')
-rw-r--r-- | spec/features/variables_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/variables_spec.rb b/spec/features/variables_spec.rb index c78f7d0d9be..dde60c83536 100644 --- a/spec/features/variables_spec.rb +++ b/spec/features/variables_spec.rb @@ -65,14 +65,14 @@ describe 'Project variables', :js do expect(page).to have_content('******') end - click_button('Reveal Values') + click_button('Reveal values') page.within('.variables-table') do expect(page).to have_content('key') expect(page).to have_content('key value') end - click_button('Hide Values') + click_button('Hide values') page.within('.variables-table') do expect(page).to have_content('key') |