[NETOBSERV-2885][QE] Status page via OLM Page - #1682
kapjain-rh wants to merge 4 commits into
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughAdded Cypress coverage for FlowCollector navigation, status indicators, editing, Network Traffic access, deletion cancellation, and deletion confirmation. Added page-object selectors and navigation helpers for these flows. ChangesFlowCollector Cypress coverage
Estimated code review effort: 3 (Moderate) | ~20 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai review |
✅ Action performedReview finished.
|
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@web/cypress/integration-tests/static_plugin.cy.ts`:
- Around line 85-88: Update the OLM navigation step in static plugin test to
click the visible “cluster” link instead of extracting its href and calling
cy.visit. Preserve the existing visibility assertion and timeout, and rely on
Cypress’s click/navigation behavior to exercise the user interaction.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro Plus
Run ID: 51c59202-fe2a-4550-b842-da273fb360e5
📒 Files selected for processing (2)
web/cypress/integration-tests/static_plugin.cy.tsweb/cypress/views/flowcollector-status.ts
🔗 Linked repositories identified
CodeRabbit considers these linked repositories for cross-repo context during reviews:
netobserv/netobserv-operator(manual)netobserv/flowlogs-pipeline(manual)
| import { flowcollectorStatusPage, flowcollectorStatusSelectors } from "@views/flowcollector-status" | ||
|
|
||
| describe('FlowCollector status error scenario', { tags: ['Network_Observability'] }, function () { | ||
| describe('Network_Observability FlowCollector status error scenario', { tags: ['Network_Observability'] }, function () { |
There was a problem hiding this comment.
| describe('Network_Observability FlowCollector status error scenario', { tags: ['Network_Observability'] }, function () { | |
| describe('FlowCollector status error scenario', { tags: ['Network_Observability'] }, function () { |
There was a problem hiding this comment.
I made this change to make it same as main
There was a problem hiding this comment.
I will take care this in Next PR and will remove from main and as well as from here
|
Can you paste a passing run? |
|
Please check :) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
New changes are detected. LGTM label has been removed. |
|
@kapjain-rh: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Description
Test cases for change NETOBSERV-2693 Open Flowcollector status page from OLM page
Dependencies
n/a
Checklist
Summary by CodeRabbit