summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorMark Fletcher <mark@gitlab.com>2018-05-25 07:36:40 +0100
committerMark Fletcher <mark@gitlab.com>2018-05-25 11:37:54 +0100
commit10350c2e4f8185452fe51cb8e41c8dc7231da7af (patch)
tree830ce1d9b7c780a44fd8813f0ba73f52ee450225 /spec
parentc52db71e36ee70c4c5be80b029cf4362f28e3667 (diff)
downloadgitlab-ce-10350c2e4f8185452fe51cb8e41c8dc7231da7af.tar.gz
Fix typo in Pipelines empty state view
Diffstat (limited to 'spec')
-rw-r--r--spec/javascripts/pipelines/empty_state_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/pipelines/empty_state_spec.js b/spec/javascripts/pipelines/empty_state_spec.js
index 71f77e5f42e..1e41a7bfe7c 100644
--- a/spec/javascripts/pipelines/empty_state_spec.js
+++ b/spec/javascripts/pipelines/empty_state_spec.js
@@ -29,7 +29,7 @@ describe('Pipelines Empty State', () => {
expect(
component.$el.querySelector('p').innerHTML.trim().replace(/\n+\s+/m, ' ').replace(/\s\s+/g, ' '),
- ).toContain('Continous Integration can help catch bugs by running your tests automatically,');
+ ).toContain('Continuous Integration can help catch bugs by running your tests automatically,');
expect(
component.$el.querySelector('p').innerHTML.trim().replace(/\n+\s+/m, ' ').replace(/\s\s+/g, ' '),