Commit 10350c2e authored by Mark Fletcher's avatar Mark Fletcher

Fix typo in Pipelines empty state view

parent c52db71e
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
</h4> </h4>
<p> <p>
{{ s__(`Pipelines|Continous Integration can help {{ s__(`Pipelines|Continuous Integration can help
catch bugs by running your tests automatically, catch bugs by running your tests automatically,
while Continuous Deployment can help you deliver while Continuous Deployment can help you deliver
code to your product environment.`) }} code to your product environment.`) }}
......
...@@ -29,7 +29,7 @@ describe('Pipelines Empty State', () => { ...@@ -29,7 +29,7 @@ describe('Pipelines Empty State', () => {
expect( expect(
component.$el.querySelector('p').innerHTML.trim().replace(/\n+\s+/m, ' ').replace(/\s\s+/g, ' '), 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( expect(
component.$el.querySelector('p').innerHTML.trim().replace(/\n+\s+/m, ' ').replace(/\s\s+/g, ' '), component.$el.querySelector('p').innerHTML.trim().replace(/\n+\s+/m, ' ').replace(/\s\s+/g, ' '),
......
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