summaryrefslogtreecommitdiff
path: root/spec/javascripts/pipeline_schedules/interval_pattern_input_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/javascripts/pipeline_schedules/interval_pattern_input_spec.js')
-rw-r--r--spec/javascripts/pipeline_schedules/interval_pattern_input_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/pipeline_schedules/interval_pattern_input_spec.js b/spec/javascripts/pipeline_schedules/interval_pattern_input_spec.js
index 56c57d94798..845b371d90c 100644
--- a/spec/javascripts/pipeline_schedules/interval_pattern_input_spec.js
+++ b/spec/javascripts/pipeline_schedules/interval_pattern_input_spec.js
@@ -95,7 +95,7 @@ describe('Interval Pattern Input Component', function () {
describe('User Actions', function () {
beforeEach(function () {
- // For an unknown reason, some browsers do not propagate click events
+ // For an unknown reason, Phantom.js doesn't trigger click events
// on radio buttons in a way Vue can register. So, we have to mount
// to a fixture.
setFixtures('<div id="my-mount"></div>');