-
Notifications
You must be signed in to change notification settings - Fork 2k
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
People: Swap out select elements for radio buttons for Role #31821
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sixhours
changed the title
Swap out select component for radio component for role selector.
People: Swap out select elements for radio buttons for Role
Mar 27, 2019
sixhours
added
[Status] Needs Review
The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically.
People Management
[Status] Needs e2e Testing
and removed
[Status] In Progress
labels
Mar 28, 2019
sixhours
removed
the
[Status] Needs Review
The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically.
label
Mar 28, 2019
Looks like we'd need to update e2e tests to push this change through in |
sixhours
added a commit
to Automattic/wp-e2e-tests
that referenced
this pull request
Mar 29, 2019
Updated the test in a PR: Automattic/wp-e2e-tests#1828 |
Hi @sixhours, The e2e tests are now in this same wp-calypso repo. Go ahead and make your e2e test changes in this branch and everything will pass 😄 |
@bsessions85 😮 That's so awesome. Giving it a try now! |
sixhours
force-pushed
the
update/role-select-to-radio
branch
from
April 1, 2019 17:48
bbdb9ce
to
a932a78
Compare
sixhours
added
[Status] Needs Review
The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically.
and removed
[Status] Needs e2e Testing
labels
Apr 2, 2019
LGTM 🚢 |
scruffian
approved these changes
Apr 3, 2019
scruffian
added
[Status] Ready to Merge
and removed
[Status] Needs Review
The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically.
labels
Apr 3, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes proposed in this Pull Request
Dropdown
component, but using a native form element is better for accessibility.Before
After
Testing instructions
/people/new/
and ensure you can add a new user to your site with the correct role./people/edit
and edit a user on your site to change their role.Fixes #31638