-
Notifications
You must be signed in to change notification settings - Fork 24
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
Improve run test form #461
Improve run test form #461
Conversation
Wait until the user has input something before showing the "domain required" error
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 have built a GUI package based on 3b64b4f but I do not see any "clear domain input" button. Where is that?
What if you type something in the domain text field? Shouldn’t a button appear in the right hand side of the text box? |
Do you mean the "(x)" button? |
Yes, that’s the button. |
It is not.
It is not.
Unclear. |
I was looking for a button with that name. Anyway, it is not working. I am not sure how important it is. |
I have checked this PR and everything is good for me. |
@matsduf when you say "it is not working" can you describe a bit more what does or does not happen (is the input not being cleared or the focus not being in the right place, etc.)? Also which browser are you using (I doubt that it matters but we never know)? I have retested those parts on both Firefox and Chromium without issue. As for the test that is "unclear", what information is lacking for you to do it? |
I write something in the domain field and press tab to the (x) and press enter. After that the "cursor" is in some undefined place. I have to click the mouse button to get into the field gain to be able to write. I am using Firefox, and now testing Chrome gives the same result.
Since it did not behave well it was hard to follow the instructions. |
I cannot confirm, but I do not want to block the PR.
This PR should be correcting this behaviour (it is the current one), is your test instance/VPS publicly available if I want to check? |
It is on AWS and if you could provide an IP address (or both v4 and v6) I can open for you in the firewall. |
I've sent you an email with my IP addresses. |
It looks that the code that you are testing is not the one from 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.
Now it looks right. Maybe I forgot to reload or something.
v2024.1 Release testingFollowed the "How to Test" section, and it works as advertised. |
Purpose
Reposition the focus on various action and fix NS and DS new row handling.
Context
Addresses #446
Changes
detail
element (equivalent behaviour)How to reproduce bug:
How to reproduce the bug:
How to test this PR
Move the focus back to the domain input
Move the focus to the delete button
Move the focus to first invalid input (client side validation, keyboard navigation)
Move the focus to first invalid input (client side validation, mouse navigation)
Move the focus to first invalid input (server side validation)
Missing error message for keytag