forked from Klaveness-Digital/cypress-cucumber-preprocessor
-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
Cannot read properties of null (reading 'seconds') #701
Comments
I can’t reproduce this. Can you provide me a minimal example that illustrates the problem? |
It seems to be related to the existence of an interceptor in a Thanks for your quick reply! |
Thanks for the example! I've released v9.1.2 which I believe fixes the problem. |
Awesome, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current behavior
I get the error Cannot read properties of null (reading 'seconds') since version 9.1.1.
The reason seems to be that
start
is null hereMight it be, that
start
get's not passed thethen
-chain before?Desired behavior
No error.
Versions
The text was updated successfully, but these errors were encountered: