From 05f96b18bb0be0bb06d8940ba2ef1968d7078ffd Mon Sep 17 00:00:00 2001 From: Brian Mann Date: Mon, 29 May 2017 17:48:18 -0400 Subject: [PATCH] another link fix --- docs/source/api/commands/hover.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/api/commands/hover.md b/docs/source/api/commands/hover.md index 663e7a4737..5277d88c23 100644 --- a/docs/source/api/commands/hover.md +++ b/docs/source/api/commands/hover.md @@ -44,7 +44,7 @@ cy.get(".content").trigger("mouseover") # Related -- [Recipe: Dealing with Hover and Hidden Elements](https://github.com/cypress-io/cypress-example-recipes/blob/master/cypress/integration/hover_hidden_elements.js) +- [Recipe: Dealing with Hover and Hidden Elements](https://github.com/cypress-io/cypress-example-recipes/blob/master/cypress/integration/hover_hidden_elements_spec.js) - [invoke](https://on.cypress.io/api/invoke) - [trigger](https://on.cypress.io/api/trigger) - [wrap](https://on.cypress.io/api/wrap)