Skip to content

Commit

Permalink
update comments to match current code
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Jul 15, 2022
1 parent 2963da8 commit 3157d10
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import headFunctionExportSharedData from "../../../shared-data/head-function-exp
it(`Head function export receive correct props`, () => {
cy.visit(headFunctionExportSharedData.page.deduplication).waitForRouteChange()

// icon has id and should be deduplicated
// deduplication link has id and should be deduplicated
cy.get(`link[rel=deduplication]`).should("have.length", 1)
// last icon should win
// last deduplication link should win
cy.get(`link[rel=deduplication]`).should("have.attr", "href", "/bar")
// we should preserve id
cy.get(`link[rel=deduplication]`).should(
Expand Down

0 comments on commit 3157d10

Please sign in to comment.