Commit 02aa5cb2 authored by Bryce Johnson's avatar Bryce Johnson

Update issuable_time_tracker_spec.js.es6

parent ae8f645b
......@@ -167,7 +167,7 @@ function initComponent(time_estimate = 100000, time_spent = 5000 ) {
});
it('should link to the correct documentation', function(done) {
const correctUrl = 'http://example.com/time-tracking-url';
const correctUrl = 'https://docs.gitlab.com/ee/workflow/time_tracking.html';
$(this.timeTracker.$el).find('.help-button').click();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment