summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2018-02-07 22:13:28 +0800
committerLin Jen-Shin <godfat@godfat.org>2018-02-07 22:13:28 +0800
commit803b19a4a85a7e456c12fbf12a81276ce669ffea (patch)
treebf6ccfa02e42227de6c7c3c973851bade99cc53c
parent445a703f58884682623df1b23511ddbc2fcf85cf (diff)
downloadgitlab-ce-feature/26598-clear-button-ci-lint.tar.gz
Remove outdated commentfeature/26598-clear-button-ci-lint
-rw-r--r--spec/features/ci_lint_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/features/ci_lint_spec.rb b/spec/features/ci_lint_spec.rb
index cba5a6ce826..b1dceec9da8 100644
--- a/spec/features/ci_lint_spec.rb
+++ b/spec/features/ci_lint_spec.rb
@@ -9,7 +9,6 @@ describe 'CI Lint', :js do
execute_script("ace.edit('ci-editor').setValue(#{yaml_content.to_json});")
# Ace editor updates a hidden textarea and it happens asynchronously
- # Find the JSON to make sure it loaded.
wait_for('YAML content') do
find('.ace_content').text.present?
end