-
Notifications
You must be signed in to change notification settings - Fork 28
[bugfix] Fix for is1499 #1516
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
[bugfix] Fix for is1499 #1516
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1516 +/- ##
==========================================
- Coverage 70.89% 70.88% -0.01%
==========================================
Files 249 249
Lines 10097 10097
Branches 1114 1114
==========================================
- Hits 7158 7157 -1
- Misses 2617 2618 +1
Partials 322 322
Continue to review full report at Codecov.
|
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.
Schön!
I will PR the fix for the e2e |
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.
👍 Thanks for the Readme
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.
minor
.gitignore
Outdated
@@ -149,3 +149,7 @@ prof/ | |||
|
|||
# outputs from make | |||
.stack-*.yml | |||
|
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.
MINOR: For non-generics, I prefer if we create a specific .gitignore
... e.g. in this case it would be in tests/e2e/.gitignore
Add the following configuration to your local ``launch.json``: | ||
```json | ||
{ | ||
"type": "node", |
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.
This is very nice but It would even be better if you add it in .vscode-template/lauch.json
;-)
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.
done
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.
Checked front-end and fixes the issues I reported in #1499 ! Great! :-)
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.
👍
What do these changes do?
Fix the reported problem with login after registering a user.
BONUS: Corrected bugs with not closing the feedback dialog when clicking continue and the rotating Idle icon.
Related issue number
closes #1499
How to test
Just register a user and check that it is redirected to the dashboard.
Checklist