Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qa/lib
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-25 18:09:33 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-25 18:09:33 +0300
commitba8e92f7c9938d7dba333d2396cdd14bfa0de726 (patch)
tree071d3b0577dce2e95eefa6a504910bc7856181f3 /qa/lib
parentd2d913b606702ecefa01f03362602fde256e3f75 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa/lib')
-rw-r--r--qa/lib/gitlab/page/group/settings/usage_quotas.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/qa/lib/gitlab/page/group/settings/usage_quotas.rb b/qa/lib/gitlab/page/group/settings/usage_quotas.rb
index 22e61c97bdb..a6d9cfa7846 100644
--- a/qa/lib/gitlab/page/group/settings/usage_quotas.rb
+++ b/qa/lib/gitlab/page/group/settings/usage_quotas.rb
@@ -11,7 +11,9 @@ module Gitlab
p :seats_used
p :seats_owed
table :subscription_users
+ div :pending_members_alert
button :remove_user
+ button :view_pending_approvals, text: /View pending approvals/
# Pipelines section
link :pipelines_tab
@@ -35,6 +37,11 @@ module Gitlab
div :storage_purchase_successful_alert, text: /You have successfully purchased a storage/
div :additional_storage_alert, text: /purchase additional storage/
+ # Pending members
+ div :pending_members
+ button :approve_member
+ button :confirm_member_approval, text: /^OK$/
+
def plan_ci_limits
plan_ci_minutes[/(\d+){2}/]
end