Skip to content

Commit

Permalink
Merge pull request #18 from DEFRA/a-few-more-fizxes-part-IV
Browse files Browse the repository at this point in the history
Remove fullstop
  • Loading branch information
feedmypixel authored Dec 17, 2024
2 parents 0683031 + 7523afc commit 46e06df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/services.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
})
Expand Down

0 comments on commit 46e06df

Please sign in to comment.