Skip to content

Commit

Permalink
Merge pull request #1281 from globaldothealth/title
Browse files Browse the repository at this point in the history
s/Trustworthy/Detailed
  • Loading branch information
allysonjp715 authored Sep 30, 2020
2 parents 18a78c7 + 4ccfaaf commit 999eed3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('App', function () {
cy.contains('Uploads').should('not.exist');
cy.contains('Manage users').should('not.exist');

cy.contains('Trustworthy line list data');
cy.contains('Detailed line list data');
cy.contains('Terms of use');
cy.contains('Login to get started');
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test('shows all content', async () => {
</MemoryRouter>,
);

expect(getByText(/Trustworthy line list data/)).toBeInTheDocument();
expect(getByText(/Detailed line list data/)).toBeInTheDocument();
expect(getByText(/Welcome to G.h List/)).toBeInTheDocument();
expect(getByText('Login to get started')).toBeInTheDocument();
expect(getByText('Global.health map')).toHaveAttribute(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function LandingPage(): JSX.Element {
return (
<Paper classes={{ root: classes.paper }}>
<Typography variant="h4">
Trustworthy line list data to power your research
Detailed line list data to power your research
</Typography>
<div className={classes.body}>
<Typography
Expand Down

0 comments on commit 999eed3

Please sign in to comment.