diff --git a/test/specs/services.e2e.js b/test/specs/services.e2e.js index 0983d6d..22988b6 100644 --- a/test/specs/services.e2e.js +++ b/test/specs/services.e2e.js @@ -23,7 +23,7 @@ describe('Services page', () => { await expect(HeadingComponent.title('Services')).toExist() await expect( HeadingComponent.caption( - 'Frontend and Backend microservice information.' + 'Frontend and Backend microservice information' ) ).toExist() })