cypress-example-kitchensink
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -620,18 +620,18 @@ // | ||
cy.location().its('pathname').should('include', 'navigation') | ||
cy.location('pathname').should('include', 'navigation') | ||
// https://on.cypress.io/api/go | ||
cy.go('back') | ||
cy.location().its('pathname').should('not.include', 'navigation') | ||
cy.location('pathname').should('not.include', 'navigation') | ||
cy.go('forward') | ||
cy.location().its('pathname').should('include', 'navigation') | ||
cy.location('pathname').should('include', 'navigation') | ||
// equivalent to clicking back | ||
cy.go(-1) | ||
cy.location().its('pathname').should('not.include', 'navigation') | ||
cy.location('pathname').should('not.include', 'navigation') | ||
// equivalent to clicking forward | ||
cy.go(1) | ||
cy.location().its('pathname').should('include', 'navigation') | ||
cy.location('pathname').should('include', 'navigation') | ||
@@ -638,0 +638,0 @@ }) |
{ | ||
"name": "cypress-example-kitchensink", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "This is an example app used to showcase Cypress.io testing. For a full reference of our documentation, go to docs.cypress.io", | ||
@@ -9,3 +9,3 @@ "main": "index.js", | ||
"dev": "npm start -- -o", | ||
"release": "rm -f ./cypress.json && releaser", | ||
"release": "releaser", | ||
"test": "npm start & cypress run" | ||
@@ -12,0 +12,0 @@ }, |
@@ -74,2 +74,5 @@ # Kitchen Sink [![Circle CI](https://circleci.com/gh/cypress-io/cypress-example-kitchensink.svg?style=svg)](https://circleci.com/gh/cypress-io/cypress-example-kitchensink) [![Travis CI](https://travis-ci.org/cypress-io/cypress-example-kitchensink.svg?branch=master)](https://travis-ci.org/cypress-io/cypress-example-kitchensink) | ||
#### 0.6.2 | ||
- fix flaky location calls | ||
#### 0.6.1 | ||
@@ -76,0 +79,0 @@ - remove .only |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56
2742
140
2251630