-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI: increase smoke test timeout to 30s #4859
Conversation
bahmutov
commented
Jul 29, 2019
- closes Failure during cypress verify step --smoke-test / throwing at makeError #4624
@@ -87,6 +87,60 @@ context('Network Requests', () => { | |||
}) | |||
}) | |||
|
|||
it('cy.request() - pass result to the second request', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated kitchensink example
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
curious why this is part of this PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because when I did npm i
branching of the latest develop
it actually built and copied new kitchensink example spec files.
We should update the kitchensink files whenever we bump the dependency in package.json