Fix for project_security_dashboard_spec
As per issue https://gitlab.com/gitlab-org/gitlab/-/issues/233362 it appears that it is possible that the user is not logged in when visiting the project, and therefore the security dashboard is unavailable This MR adds a sign_in_unless_signed_in call before visiting the project. It also removes a retry that was added previously for the same issue as it turns out that the user not being logged in is the root cause
Showing
Please register or sign in to comment