diff --git a/README.md b/README.md index fff7d2ea8..a1b5c4b14 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ CodeFresh | [bahmutov/cypress-codefresh-example](https://github.com/bahmutov/cyp ### 1. Fork this repo -If you want to experiment with running this project in Continous Integration, you'll need to [fork](https://github.com/cypress-io/cypress-example-kitchensink#fork-destination-box) it first. +If you want to experiment with running this project in Continuous Integration, you'll need to [fork](https://github.com/cypress-io/cypress-example-kitchensink#fork-destination-box) it first. After forking this project in `Github`, run these commands: diff --git a/app/commands/actions.html b/app/commands/actions.html index e30c86af1..403bd4c87 100644 --- a/app/commands/actions.html +++ b/app/commands/actions.html @@ -284,8 +284,8 @@

.dblclick()

.rightclick()

To right click a DOM element, use the .rightclick() command.

-
cy.get('.action-div').rightclick().should('not.be.visible')
-                cy.get('.action-input-hidden').should('be.visible')
+
cy.get('.rightclick-action-div').rightclick().should('not.be.visible')
+cy.get('.rightclick-action-input-hidden').should('be.visible')