Commit 4e257213 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch '46768-typo-on-the-empty-pipelines-page' into 'master'

Resolve "Typo on the empty Pipelines page"

Closes #46768

See merge request gitlab-org/gitlab-ce!19140
parents d6a7a111 10350c2e
...@@ -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