Skip to content

Compliance report separation of duties spec

What does this MR do and why?

Adds an E2E spec to check separation of duties violations in group compliance report. Relates to gitlab-org/quality/quality-engineering/team-tasks#1631 (closed).

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Run from QA directory:

WEBDRIVER_HEADLESS=false GITLAB_ADMIN_PASSWORD="XXXX" GITLAB_QA_ACCESS_TOKEN=XXXX GITLAB_PASSWORD="XXXXX" QA_DEBUG=true QA_GITLAB_URL=http://192.168.1.105:3000 bundle exec rspec  ./qa/specs/features/ee/browser_ui/10_govern/group/group_compliance_dashboard_spec.rb

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