Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Apr 30, 2019
1 parent 63a833d commit d632a59
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cypress/integration/toc_spec.js
Expand Up @@ -32,8 +32,7 @@ describe("Test HTML rendering", function() {
);

return cy
.wrap(listChildren.item(1).lastElementChild.children)
.last()
.wrap(listChildren.item(1).lastElementChild.lastElementChild)
.find("a")
.last()
.invoke("attr", "href");
Expand Down

0 comments on commit d632a59

Please sign in to comment.