Socket
Socket
Sign inDemoInstall

cypress-example-kitchensink

Package Overview
Dependencies
1
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.1 to 0.6.2

cypress.json

10

cypress/integration/example_spec.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc