summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-12-04 20:18:45 -0600
committerEric Eastwood <contact@ericeastwood.com>2017-12-07 11:19:37 -0600
commite6ac6734c2f636d3d063718a95ba1169e299b51f (patch)
tree5ebb145da1c9f9f242b13ca3ccfdcc176766c3e3 /spec
parent9dffd0ab6b2e9f5b0db55230d8991f50a01f7669 (diff)
downloadgitlab-ce-e6ac6734c2f636d3d063718a95ba1169e299b51f.tar.gz
Use relative _path helper URLs in the GitLab UI40825-use-relative-path-urls
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/40825
Diffstat (limited to 'spec')
-rw-r--r--spec/javascripts/job_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/job_spec.js b/spec/javascripts/job_spec.js
index 5e67911d338..20c4caa865d 100644
--- a/spec/javascripts/job_spec.js
+++ b/spec/javascripts/job_spec.js
@@ -28,7 +28,7 @@ describe('Job', () => {
});
it('copies build options', function () {
- expect(this.job.pageUrl).toBe(JOB_URL);
+ expect(this.job.pagePath).toBe(JOB_URL);
expect(this.job.buildStatus).toBe('success');
expect(this.job.buildStage).toBe('test');
expect(this.job.state).toBe('');