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:
authorMartin Wortschack <mwortschack@gitlab.com>2018-09-05 15:37:06 +0300
committerMartin Wortschack <mwortschack@gitlab.com>2018-09-05 15:37:06 +0300
commite3d48eb19f0460c326ebaca8334967c63e703ea2 (patch)
treeaf7c9fd0ae953889297eb5ad92997fa83e4e9417 /spec/features
parent02b86d39a4b414b86bb685cd711d4d5c4f2961ed (diff)
remove trailing whitespaces
Diffstat (limited to 'spec/features')
-rw-r--r--spec/features/admin/admin_settings_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/admin/admin_settings_spec.rb b/spec/features/admin/admin_settings_spec.rb
index 54be4199be2..8a4809f28cd 100644
--- a/spec/features/admin/admin_settings_spec.rb
+++ b/spec/features/admin/admin_settings_spec.rb
@@ -301,7 +301,7 @@ describe 'Admin updates settings' do
it 'Configure web terminal' do
visit admin_application_settings_path
-
+
page.within('.as-terminal') do
fill_in 'Max session time', with: 15
click_button 'Save changes'