Skip to content

Commit

Permalink
fix broken specs
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhonas committed Feb 11, 2024
1 parent 70b3142 commit 91fd0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/site.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ context("site", () => {
});

it("should have a working link to my resume", () => {
cy.get("a[href='/resume.clintp.docx']")
cy.get("a[href$='/resume.clintp.docx']")
.should("exist")
.then(($anchor) => {
cy.request($anchor.attr("href")).its("status").should("eq", 200);
Expand Down

0 comments on commit 91fd0de

Please sign in to comment.