Skip to content

Draft: Update expectation to not include storage limit

John McDonnell requested to merge jmd/fix-regexp-namespace-totoal-usage-e2e into master

What does this MR do and why?

  • Update the expectation to not include / {namespace_limt} based on #412812 (comment 1410716547)
  • Update regexp to match either KiB/GiB pattern

Fixes #412812 (closed)

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

export GITLAB_USERNAME=${STAGING_GITLAB_USERNAME}
export GITLAB_PASSWORD=${STAGING_GITLAB_PASSWORD}
export GITLAB_QA_ACCESS_TOKEN=${STAGING_GITLAB_QA_ACCESS_TOKEN}

export GITLAB_ADMIN_USERNAME=${STAGING_GITLAB_ADMIN_USERNAME}
export GITLAB_ADMIN_PASSWORD=${STAGING_GITLAB_ADMIN_PASSWORD}
export GITLAB_QA_ADMIN_ACCESS_TOKEN=${STAGING GITLAB_QA_ADMIN_ACCESS_TOKEN}

export GITLAB_QA_USER_AGENT=${STAGING_GITLAB_QA_USER_AGENT}
export QA_GITLAB_URL=https://staging.gitlab.com

bundle exec rspec qa/specs/features/ee/browser_ui/11_fulfillment/utilization/free_namespace_storage_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.

Edited by John McDonnell

Merge request reports