diff --git a/cypress/e2e/site.cy.js b/cypress/e2e/site.cy.js index 7b54cc7..c659ed9 100644 --- a/cypress/e2e/site.cy.js +++ b/cypress/e2e/site.cy.js @@ -33,7 +33,7 @@ context("site", () => { }); }); - it.skip("should have a working link to my linkedin", () => { + it("should have a working link to my linkedin", () => { cy.get("a[href='https://www.linkedin.com/in/clint-plummer/']") .should("exist") .then(($anchor) => { diff --git a/public/Resume_ClintPlummer_ENLR.pdf b/public/Resume_ClintPlummer_ENLR.pdf index 9d005d3..ed89070 100644 Binary files a/public/Resume_ClintPlummer_ENLR.pdf and b/public/Resume_ClintPlummer_ENLR.pdf differ