Skip to content

Conversation

@Tai-RedHat
Copy link
Contributor

The test case 02.acm_alerting_ui.cy will be run via the CI job in the future; the job refs include the relevant steps for ACM installation. Therefore, assertions were added in the Cypress test.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 3, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Tai-RedHat
Once this PR has been reviewed and has the lgtm label, please assign jgbernalp for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@Tai-RedHat
Copy link
Contributor Author

cc: @DavidRajnoha @etmurasaki, please help to review my updates, thanks!

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 3, 2026

@Tai-RedHat: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions 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.

cy.visit('/');
cy.get('body', { timeout: 60000 }).should('contain.text', 'Administrator');
// switch to Fleet Management page
cy.wait(10000);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a not possibility to avoid the wait using some cypress conditional check here?

failOnNonZeroExit: false,
timeout: 1200000, // long time script
});
// enable uiplugin and add example alerts for test
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is out of the scope of this PR, just noting that I will probably do a refactor of this file in soon future to break it down as it again grew into bigger then manageble size.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants