diff options
| author | Phil Hughes <me@iamphill.com> | 2017-09-22 16:50:07 +0000 |
|---|---|---|
| committer | Annabel Dunstone Gray <annabel@gitlab.com> | 2017-09-22 16:50:07 +0000 |
| commit | 8ceaafae68f22946cccb2ead1682a1f96e2305ae (patch) | |
| tree | 1c5fa7273dc542bbcca8dfdc0929575d3b924521 /spec/javascripts/pipelines | |
| parent | 17251d0464e2c5a61c56f45b435fcf5356d4273b (diff) | |
| download | gitlab-ce-8ceaafae68f22946cccb2ead1682a1f96e2305ae.tar.gz | |
Removed old icons from project page
Diffstat (limited to 'spec/javascripts/pipelines')
| -rw-r--r-- | spec/javascripts/pipelines/pipelines_artifacts_spec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/pipelines/pipelines_artifacts_spec.js b/spec/javascripts/pipelines/pipelines_artifacts_spec.js index acb67d0ec21..a8a8e3e2cff 100644 --- a/spec/javascripts/pipelines/pipelines_artifacts_spec.js +++ b/spec/javascripts/pipelines/pipelines_artifacts_spec.js @@ -34,7 +34,7 @@ describe('Pipelines Artifacts dropdown', () => { ).toEqual(artifacts[0].path); expect( - component.$el.querySelector('.dropdown-menu li a span').textContent, + component.$el.querySelector('.dropdown-menu li a').textContent, ).toContain(artifacts[0].name); }); }); |
