Skip to content

test(e2e): add github issues plugin test #3013

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

shellymiron
Copy link

@shellymiron shellymiron commented Jun 19, 2025

Description

Add Github Issues plugin tests
https://www.npmjs.com/package/@backstage-community/plugin-github-issues

Which issue(s) does this PR fix

Fixes https://issues.redhat.com/browse/RHIDP-6711
PR acceptance criteria

Please make sure that the following steps are complete:

  • GitHub Actions are completed and successful
  • Unit Tests are updated and passing
  • E2E Tests are updated and passing
  • Documentation is updated if necessary (requirement for new features)
  • Add a screenshot if the change is UX/UI related

Copy link

openshift-ci bot commented Jun 19, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

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

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

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

Copy link

openshift-ci bot commented Jun 19, 2025

Hi @shellymiron. Thanks for your PR.

I'm waiting for a redhat-developer member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

@shellymiron
Copy link
Author

@gustavolira Hey! the previous PR got closed automatically, can you review again?

Copy link
Contributor

Copy link
Contributor

This PR is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 21 days.

@github-actions github-actions bot added the Stale label Jun 27, 2025
async navigateToExtensions() {
await this.openSidebarButton("Administration");
await this.clickLink("Extensions");
await this.clickTab("Installed");
Copy link
Member

Choose a reason for hiding this comment

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

@shellymiron This method is doing more than just navigation. would it make sense to move other clicks in test itself so in future someone want to use this method other than installed Tab they can use it.

* @param componentName - The name of the component to navigate to
* @param tabName - The name of the tab to click, defaults to "Issues"
*/
async navigateToComponentIssues(
Copy link
Member

Choose a reason for hiding this comment

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

@shellymiron this method is doing assertions that are page specific and should not be in ui-helper as its designed only for generic methods. can we move this to respective page object/class?

@subhashkhileri
Copy link
Member

/ok-to-test

Copy link
Contributor

github-actions bot commented Jul 1, 2025

@shellymiron shellymiron force-pushed the install-rhdh-locally branch from 89fed11 to f3d3c2b Compare July 1, 2025 12:58
@shellymiron
Copy link
Author

/test e2e-tests

@shellymiron shellymiron force-pushed the install-rhdh-locally branch from f3d3c2b to cee0378 Compare July 1, 2025 13:06
Copy link
Contributor

github-actions bot commented Jul 9, 2025

This PR is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 21 days.

@github-actions github-actions bot added the Stale label Jul 9, 2025
@shellymiron
Copy link
Author

just comment to remove stale label

@shellymiron shellymiron force-pushed the install-rhdh-locally branch from cee0378 to 81f8e00 Compare July 10, 2025 07:07
Copy link
Contributor

Copy link

openshift-ci bot commented Jul 10, 2025

@shellymiron: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-tests 81f8e00 link true /test e2e-tests

Full PR test history. Your PR dashboard.

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.

@github-actions github-actions bot removed the Stale label Jul 11, 2025
Copy link
Contributor

This PR is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 21 days.

@github-actions github-actions bot added the Stale label Jul 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants