-
Notifications
You must be signed in to change notification settings - Fork 364
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
refactor: [M3-8827] - Migrate CircleProgress
to ui
package
#11214
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.
Diff looked good to me, didn't see regressions when spot-checking the loading component throughout Cloud, story loads, unit test passes. Cypress failure is unrelated and has to do with the region select's displayed value on the clone linode flow.
The one thing I noticed, which would be a 'nice-to-have' since it's a bit out of scope of this PR, is that the story for CircleProgress doesn't show any args, and size
is one it may be helpful to see.
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, thank you 🚀
We could consolidate some imports here, but I know we're also discussing doing it at the end so either sounds good!
Coverage Report: ❌ |
Cloud Manager UI test results🔺 1 failing test on test run #7 ↗︎
Details
TroubleshootingUse this command to re-run the failing tests: yarn cy:run -s "cypress/e2e/core/linodes/linode-config.spec.ts" |
Cloud Manager E2E Run #6822
Run Properties:
|
Project |
Cloud Manager E2E
|
Branch Review |
develop
|
Run status |
Failed #6822
|
Run duration | 41m 46s |
Commit |
afbd8d947d: refactor: [M3-8827] - Migrate `CircleProgress` to `ui` package (#11214)
|
Committer | Jaalah Ramos |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
1
|
Flaky |
4
|
Pending |
2
|
Skipped |
0
|
Passing |
444
|
View all changes introduced in this branch ↗︎ |
Tests for review
cypress/e2e/core/volumes/delete-volume.spec.ts • 1 failed test
Test | Artifacts | |
---|---|---|
volume delete flow > deletes a volume |
Screenshots
Video
|
linodes/linode-config.spec.ts • 1 flaky test
Test | Artifacts | |
---|---|---|
Linode Config management > End-to-End > Clones a config |
Screenshots
Video
|
stackscripts/create-stackscripts.spec.ts • 1 flaky test
Test | Artifacts | |
---|---|---|
Create stackscripts > creates a StackScript with Any/All target image |
Screenshots
Video
|
linodes/clone-linode.spec.ts • 1 flaky test
Test | Artifacts | |
---|---|---|
clone linode > can clone a Linode from Linode details page |
Screenshots
Video
|
objectStorageGen2/bucket-object-gen2.spec.ts • 1 flaky test
Test | Artifacts | |
---|---|---|
Object Storage Gen2 bucket object tests > can check Object details drawer with E0 endpoint type |
Screenshots
Video
|
Description 📝
Migrate
CircleProgress
to theui
package.Target release date 🗓️
12/10/24
How to test 🧪
Verification steps
CircleProgress
As an Author I have considered 🤔