Skip to content

Commit

Permalink
fix: remove punctuation, shorten example comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rubinda committed Jul 13, 2022
1 parent 67183f1 commit 4208ced
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/frontend-shared/src/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,8 @@
"content": {
"e2eTitle": "End-to-end Tests",
"e2eBullet1": "Visit URLs via",
"e2eBullet2": "Test flows and functionality across multiple pages.",
"e2eBullet3": "Ideal for testing integrated flows in CD workflows.",
"e2eBullet2": "Test flows and functionality across multiple pages",
"e2eBullet3": "Ideal for testing integrated flows in CD workflows",
"componentTitle": "Component Tests",
"ctBullet1": "Import components via",
"ctBullet2": "Test individual components of a design system in isolation",
Expand Down
2 changes: 1 addition & 1 deletion packages/launchpad/src/setup/CompareTestingTypes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ it('closes when the X button is pressed', () => {
`
const e2eCode = `
it('only shows a promotional modal on first visit', () => {
it('only shows a modal on first visit', () => {
cy.visit('http://localhost:3000/')
.get('[data-testid=modal]')
.should('be.visible')
Expand Down

0 comments on commit 4208ced

Please sign in to comment.