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
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-08-18 13:50:51 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-18 13:50:51 +0300
commitdb384e6b19af03b4c3c82a5760d83a3fd79f7982 (patch)
tree34beaef37df5f47ccbcf5729d7583aae093cffa0 /qa/lib/gitlab/page/admin/dashboard.stub.rb
parent54fd7b1bad233e3944434da91d257fa7f63c3996 (diff)
Add latest changes from gitlab-org/gitlab@16-3-stable-eev16.3.0-rc42
Diffstat (limited to 'qa/lib/gitlab/page/admin/dashboard.stub.rb')
-rw-r--r--qa/lib/gitlab/page/admin/dashboard.stub.rb24
1 files changed, 0 insertions, 24 deletions
diff --git a/qa/lib/gitlab/page/admin/dashboard.stub.rb b/qa/lib/gitlab/page/admin/dashboard.stub.rb
index 820acf79b9b..da717558133 100644
--- a/qa/lib/gitlab/page/admin/dashboard.stub.rb
+++ b/qa/lib/gitlab/page/admin/dashboard.stub.rb
@@ -51,30 +51,6 @@ module Gitlab
def billable_users?
# This is a stub, used for indexing. The method is dynamically generated.
end
-
- # @note Defined as +h3 :number_of_users+
- # @return [String] The text content or value of +number_of_users+
- def number_of_users
- # This is a stub, used for indexing. The method is dynamically generated.
- end
-
- # @example
- # Gitlab::Page::Admin::Dashboard.perform do |dashboard|
- # expect(dashboard.number_of_users_element).to exist
- # end
- # @return [Watir::H3] The raw +H3+ element
- def number_of_users_element
- # This is a stub, used for indexing. The method is dynamically generated.
- end
-
- # @example
- # Gitlab::Page::Admin::Dashboard.perform do |dashboard|
- # expect(dashboard).to be_number_of_users
- # end
- # @return [Boolean] true if the +number_of_users+ element is present on the page
- def number_of_users?
- # This is a stub, used for indexing. The method is dynamically generated.
- end
end
end
end