-
Notifications
You must be signed in to change notification settings - Fork 2
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
Tests for error pages #223
Conversation
Cypress tests didn't pass on my local machine. First of them was an error in |
@hannyle you might need to clear browser cache, also check AJV version that it matches the one in |
okay, I think I have the correct Ajv version. I also did try reinstall and clear cache, sadly the tests still failed. However when I locally rebased the branch, all the tests passed. :-/ |
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.
I will find out more the issue in my local env.
Otherwise the test was nicely done.
I think I've found a solution for this. On this branch we have AJV v8 but I'll rebase and push into this branch. |
01c2127
to
c371fd3
Compare
Right, the error was at |
Description
Test that error situations trigger corresponding error pages.
Related issues
Closes #120
Type of change
Changes Made
Testing