-
Notifications
You must be signed in to change notification settings - Fork 390
upcoming: [DPS-33693] Destination form - existing destination mode, GET destinations #12559
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
Conversation
1acc612 to
0ec8442
Compare
0ec8442 to
16b937c
Compare
…ng-destination-mode-get-destinations
…ng-destination-mode-get-destinations # Conflicts: # packages/manager/src/features/DataStream/Streams/StreamCreate/Delivery/StreamCreateDelivery.test.tsx # packages/manager/src/features/DataStream/Streams/StreamCreate/Delivery/StreamCreateDelivery.tsx # packages/manager/src/features/DataStream/Streams/StreamCreate/StreamCreate.tsx
| ); | ||
|
|
||
| expect( | ||
| within(screen.getByText('Host:').closest('div')!).getByText('test host') |
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.
Can we just do
expect(screen.getByText('test host')).toBeVisible();
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.
Yeah, changed
| ).toBeInTheDocument(); | ||
|
|
||
| expect( | ||
| within(screen.getByText('Bucket:').closest('div')!).getByText( |
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.
Same here
|
|
||
| await waitFor(() => { | ||
| expect( | ||
| within(screen.getByText('Region:').closest('div')!).getByText( |
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.
Same here
harsh-akamai
left a comment
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.
Thanks @mduda-akamai!
Cloud Manager UI test results🔺 1 failing test on test run #6 ↗︎
Details
TroubleshootingUse this command to re-run the failing tests: pnpm cy:run -s "cypress/e2e/core/linodes/linode-storage.spec.ts" |
|||||||||||||||||
Description 📝
DataStream: destination form - existing destination mode, GET destinations
Changes 🔄
/monitor/streams/destinations,/monitor/streams/destinations/:id)Target release date 🗓️
August 2025
Preview 📷
How to test 🧪
Prerequisites
Verification steps
Author Checklists
As an Author, to speed up the review process, I considered 🤔
👀 Doing a self review
❔ Our contribution guidelines
➕ Adding a changeset
🧪 Providing/improving test coverage
📱 Providing mobile support
As an Author, before moving this PR from Draft to Open, I confirmed ✅