-
Notifications
You must be signed in to change notification settings - Fork 367
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
change: [M3-8817] - Replace PageSize autocomplete with simple select #11203
Conversation
9dd4b18
to
ee289c6
Compare
Coverage Report: ✅ |
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! Minor non-blocking: the focus isn't very obvious on keyboard
Screen.Recording.2024-11-15.at.4.11.08.PM.mov
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.
✅ confirm e2e tests pass
✅ pagination looks good
approving pending Hana's comment - thanks Alban! 🎉
d7c0ccf
to
8c554c0
Compare
Thanks @hana-akamai - good call. Handled it by adding a dotted border focus state 👍 |
Cloud Manager UI test results🔺 1 failing test on test run #9 ↗︎
Details
TroubleshootingUse this command to re-run the failing tests: yarn cy:run -s "cypress/e2e/core/linodes/migrate-linode.spec.ts" |
Cloud Manager E2E Run #6838
Run Properties:
|
Project |
Cloud Manager E2E
|
Branch Review |
develop
|
Run status |
Failed #6838
|
Run duration | 28m 34s |
Commit |
bb4be03289: change: [M3-8817] - Replace PageSize autocomplete with simple select (#11203)
|
Committer | Alban Bailly |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
1
|
Flaky |
3
|
Pending |
2
|
Skipped |
0
|
Passing |
451
|
View all changes introduced in this branch ↗︎ |
Tests for review
cypress/e2e/core/linodes/migrate-linode.spec.ts • 1 failed test
Test | Artifacts | |
---|---|---|
Migrate linodes > shows DC-specific pricing information when migrating linodes to similarly priced DCs |
Screenshots
Video
|
images/create-image.spec.ts • 1 flaky test
Test | Artifacts | |
---|---|---|
create image (e2e) > create image from a linode |
Screenshots
Video
|
domains/smoke-clone-domain.spec.ts • 1 flaky test
Test | Artifacts | |
---|---|---|
Clone a Domain > clones a domain |
Screenshots
Video
|
helpAndSupport/support-tickets-landing-page.spec.ts • 1 flaky test
Test | Artifacts | |
---|---|---|
support tickets landing page > can navigate to the ticket's page when clicking on the ticket subject |
Screenshots
Video
|
Description 📝
One less autocomplete!
Main issue with this one was that it allowed the user to search options which did not make a whole lotta sense.
Using a simple select Textfield makes the most sense here, and does not affect the experience.
change
for the changeset instead of a tech story since the user experience is slightly modified (not able to search the select anymore)Changes 🔄
Preview 📷
How to test 🧪
Verification steps
As an Author I have considered 🤔
Check all that apply