-
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
Rewording and provide new URL path /run-test
instead of /check
(former /domain_check
)
#339
Conversation
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.
Looks good to me. Translations will need an update before next release.
Yes, when this is merge we should create an issue for translation. |
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.
looks good to me
Rebased on top of develop to fix a conflict. |
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.
Two small things, else it looks good.
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.
LGTM - tested and works as expected.
rebased on top of develop, please re-review |
* API: move `check` to `run-test` * UI: update strings refering to "domain check" to "run test" * adapt e2e tests
* with the drop of the "domain check" wording, components are also renamed to be more generic. * harmonize use of Camel case
Purpose
Take into consideration reviews and suggestions in meeting and partially from #333 (comment).
Mainly this is about rewording menu entry and everything around the "Domain check" words. This PR goes a little bit further with a code refactoring to reflect such changes.
This PR is to be merged before #333. Conflicts will be resolved in #333.
Context
#333 and meeting discussion
updates #334
Changes
/run-test
,/run-test/<domain>
, "Run test", "Run domain test".How to test this PR
Tests should pass.