Add a retry to issue visit page
What does this MR do and why?
Fix flaky spec which fails on gdk
environment by adding a retry.
WEBDRIVER_HEADLESS=false GITLAB_ADMIN_PASSWORD="yyyy" GITLAB_QA_ADMIN_ACCESS_TOKEN=token GITLAB_PASSWORD="yyyy" QA_LOG_LEVEL=DEBUG QA_GITLAB_URL=http://172.16.123.1:3000 bundle exec rspec ./qa/specs/features/browser_ui/9_data_stores/project/project_owner_permissions_spec.rb
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.