Fix typo in Pipelines empty state view

This commit is contained in:
Mark Fletcher 2018-05-25 07:36:40 +01:00
parent c52db71e36
commit 10350c2e4f
2 changed files with 2 additions and 2 deletions

View File

@ -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.`) }}

View File

@ -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, ' '),