From 5e7d1878cb27885f6453cafed2d978628fb5535c Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Wed, 13 Dec 2017 16:07:47 -0600 Subject: Hide runner token in CI/CD settings page Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38019 --- spec/features/variables_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/features/variables_spec.rb') 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') -- cgit v1.2.1