-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Confirm new edit goal with enter #1077
Comments
Somewhere along the way this feature disappeared. Please bring it back. Right now there is no enter on my keyboard when I edit the goal title, only a next which takes me to duration. |
Should it work for both budget and goal entity? @tijlleenders |
@vinaybadgujar102 Good question! |
@vinaybadgujar102 Enter is not working on mobile again. Tried on GrapheneOS using Vanadium. Not sure if it is also not working in other browsers. |
@tijlleenders its not working for goals only, for budget "Enter" is closing the edit modal. Will fix it soon. I think we should start writing unit tests for the majority of our feature implementations. This will help us ensure code stability and avoid breaking changes. |
Yes, although the UI hasn't been stabilized yet ... so we should balance the effort of (re)writing tests with catching regressions manually. |
First let's rationalize the testing framework in #1879 |
I retract this statement. A consistent behavior is better. |
Rewritten based on discussion below:
We've gone back an forth on this but a consistent behavior is better:
Agree with @vinaybadgujar102 we can add a test for this in Playwright.
The text was updated successfully, but these errors were encountered: