Skip to content

Move EE view components to EE page object in JIRA vulnerabilities test

Harsha Muralidhar requested to merge hmuralidhar-fix-jira-page-object into master

What does this MR do and why?

Addresses selectors job error as discussed in https://gitlab.slack.com/archives/C3JJET4Q6/p1665719250909949

How to set up and validate locally

Pre-requisite: JIRA instance should be up and running. You can run it locally on docker with the following command: docker run --publish 8080:8080 --name jira --platform linux/amd64 registry.gitlab.com/gitlab-org/gitlab-qa/jira-gitlab:8.8-project-and-issue

Then you can run this test with GDK

JIRA_HOSTNAME="<JIRA_HOST>" JIRA_ADMIN_USERNAME="gitlab-qa" JIRA_ADMIN_PASSWORD="XXXX" GITLAB_ADMIN_PASSWORD="XXXX" GITLAB_QA_ACCESS_TOKEN=XXXX GITLAB_PASSWORD="XXXXX" QA_DEBUG=true CHROME_HEADLESS=false bundle exec bin/qa Test::Instance::All http://192.168.1.105:3000 ./qa/specs/features/ee/browser_ui/13_secure/vulnerabilities_jira_integration_spec.rb -- --tag orchestrated

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports

Loading