You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

cypress-example-kitchensink

Package Overview
Dependencies
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

10

cypress/integration/example_spec.js

@@ -1351,3 +1351,3 @@ //

expect(myConfig).to.have.property('viewportWidth', 1000)
expect(myConfig).to.have.property('visitTimeout', 30000)
expect(myConfig).to.have.property('pageLoadTimeout', 30000)
expect(myConfig).to.have.property('waitForAnimations', true)

@@ -1357,3 +1357,3 @@

// *** get a single configuration option **
expect(Cypress.config('visitTimeout')).to.eq(30000)
expect(Cypress.config('pageLoadTimeout')).to.eq(30000)

@@ -1365,7 +1365,7 @@

//
Cypress.config('visitTimeout', 20000)
Cypress.config('pageLoadTimeout', 20000)
expect(Cypress.config('visitTimeout')).to.eq(20000)
expect(Cypress.config('pageLoadTimeout')).to.eq(20000)
Cypress.config('visitTimeout', 30000)
Cypress.config('pageLoadTimeout', 30000)

@@ -1372,0 +1372,0 @@ })

{
"name": "cypress-example-kitchensink",
"version": "0.1.2",
"version": "0.1.3",
"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": "releaser"
"release": "rm -f ./cypress.json && releaser"
},

@@ -26,4 +26,4 @@ "repository": {

"devDependencies": {
"cypress-core-releaser": "0.1.2"
"cypress-core-releaser": "0.1.4"
}
}

@@ -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) [![Codeship Status for cypress-io/cypress-example-kitchensink](https://codeship.com/projects/8d6a20c0-b70e-0133-41c6-56e5cd60fbd0/status?branch=master)](https://codeship.com/projects/134609)

#### 0.1.3
- renamed visitTimeout option to pageLoadTimeout
#### 0.1.2

@@ -76,0 +79,0 @@ - updated links to be https

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc