Skip to content

Commit

Permalink
Changed: home page title
Browse files Browse the repository at this point in the history
  • Loading branch information
GPortas committed Jun 3, 2023
1 parent 513959f commit 79ec9dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sections/hello-dataverse/HelloDataverse.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export function HelloDataverse() {

return (
<section className={styles.container}>
<h2 className={styles.title}>{t('title')}</h2>
<h2 className={styles.title}>Hello Braga!</h2>
<img src={logo} className={styles.logo} alt={t('altImage')} />
<p>
<Trans t={t} i18nKey="description" components={{ 1: <code /> }} />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { HelloDataverse } from '../../../../src/sections/hello-dataverse/HelloDa
describe('HelloDataverse page', () => {
it('renders hello dataverse title', () => {
cy.customMount(<HelloDataverse />)
cy.findByRole('heading').should('contain.text', 'Hello Dataverse')
cy.findByRole('heading').should('contain.text', 'Hello Braga!')
})
})

0 comments on commit 79ec9dc

Please sign in to comment.