diff --git a/cypress/integration/router.spec.js b/cypress/integration/router.spec.js index f677016..75069b7 100644 --- a/cypress/integration/router.spec.js +++ b/cypress/integration/router.spec.js @@ -10,4 +10,14 @@ describe('App Router', () => { cy.visit(ROUTES.SIGN_UP); cy.get('section'); }); + + it('contains SignIn page', () => { + cy.visit(ROUTES.SIGN_IN); + cy.get('section'); + }); + + it('contains Developers page', () => { + cy.visit(ROUTES.DEVELOPERS); + cy.get('section'); + }); }); diff --git a/src/components/DevProfile.tsx b/src/components/DevProfile.tsx index f6c0536..0f6d097 100644 --- a/src/components/DevProfile.tsx +++ b/src/components/DevProfile.tsx @@ -23,7 +23,7 @@ const DevProfile: FC = ({