test: [DI-29580] - Add spec for delete notification channel#13327
Merged
venkymano-akamai merged 9 commits intolinode:developfrom Feb 4, 2026
Merged
Conversation
| ui.actionMenuItem | ||
| .findByTitle('Delete') | ||
| .should('be.visible') | ||
| .should('be.disabled'); // ✅ key assertion for channels with alerts |
Contributor
There was a problem hiding this comment.
@agorthi-akamai ,let's remove emoji's from comments
santoshp210-akamai
approved these changes
Jan 27, 2026
Contributor
Author
|
run_cypress |
venkymano-akamai
approved these changes
Jan 27, 2026
Contributor
Author
|
@dmcintyr-akamai , please review and approve. |
jdamore-linode
approved these changes
Feb 2, 2026
Contributor
Author
|
@jdamore-linode : Requesting merge of this PR.The current test failures are unrelated to the changes |
Collaborator
Cloud Manager UI test results🔺 1 failing test on test run #9 ↗︎
Details
TroubleshootingUse this command to re-run the failing tests: pnpm cy:run -s "cypress/e2e/core/linodes/clone-linode.spec.ts" |
|||||||||||||||||
Contributor
|
approvals are there, jobs passed and cypress failure is unrelated |
This file contains hidden or 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
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.
Description 📝
This PR adds a new test specification (spec) relating to deleting a notification channel in the Linode Manager application. It appears to be part of work on DI-29580, which is likely a ticket or issue identifier related to the notification channels feature.
Changes 🔄
Adds a test spec file to cover the "delete notification channel" functionality.
This may include UI test scripts (e.g., using Cypress or a similar tool) to automate the workflow of deleting a notification channel via the application interface.
The new specs likely ensure that notifications channels can be deleted successfully, and that UI and backend behaviors are as expected.
Target release date 🗓️Next Release
Please specify a release date (and environment, if applicable) to guarantee timely review of this PR. If exact date is not known, please approximate and update it as needed.
Preview 📷
Include a screenshot
<img src="" />or video<video src="" />of the change.alert-notification-channel-list.spec.ts.12.mp4
How to test 🧪
pnpm cy:run -s "cypress/e2e/core/cloudpulse/alert-notification-channel-list.spec.ts"
As an Author, to speed up the review process, I considered 🤔
👀 Doing a self review
❔ Our contribution guidelines
🤏 Splitting feature into small PRs
➕ Adding a changeset
🧪 Providing/improving test coverage
🔐 Removing all sensitive information from the code and PR description
🚩 Using a feature flag to protect the release
👣 Providing comprehensive reproduction steps
📑 Providing or updating our documentation
🕛 Scheduling a pair reviewing session
📱 Providing mobile support
♿ Providing accessibility support