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-08-23 03:09:52 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-23 03:09:52 +0300
commit2c6067823cfbc56c9ce010ede48bcc049e4249d7 (patch)
treef109dd70122fa89e28d920f8f5347d2165781f24 /qa/lib
parenta7f69f74814920683e544f5dbbe79b7359dae8bc (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa/lib')
-rw-r--r--qa/lib/gitlab/page/group/settings/billing.rb1
-rw-r--r--qa/lib/gitlab/page/group/settings/billing.stub.rb24
2 files changed, 0 insertions, 25 deletions
diff --git a/qa/lib/gitlab/page/group/settings/billing.rb b/qa/lib/gitlab/page/group/settings/billing.rb
index 0565da0d353..086cb42a778 100644
--- a/qa/lib/gitlab/page/group/settings/billing.rb
+++ b/qa/lib/gitlab/page/group/settings/billing.rb
@@ -17,7 +17,6 @@ module Gitlab
# Usage
p :seats_in_subscription
p :seats_currently_in_use
- link :see_seats_usage
p :max_seats_used
p :seats_owed
diff --git a/qa/lib/gitlab/page/group/settings/billing.stub.rb b/qa/lib/gitlab/page/group/settings/billing.stub.rb
index c49d744d61f..9aa1a23ec14 100644
--- a/qa/lib/gitlab/page/group/settings/billing.stub.rb
+++ b/qa/lib/gitlab/page/group/settings/billing.stub.rb
@@ -197,30 +197,6 @@ module Gitlab
# This is a stub, used for indexing. The method is dynamically generated.
end
- # @note Defined as +link :see_seats_usage+
- # Clicks +see_seats_usage+
- def see_seats_usage
- # This is a stub, used for indexing. The method is dynamically generated.
- end
-
- # @example
- # Gitlab::Page::Group::Settings::Billing.perform do |billing|
- # expect(billing.see_seats_usage_element).to exist
- # end
- # @return [Watir::Link] The raw +Link+ element
- def see_seats_usage_element
- # This is a stub, used for indexing. The method is dynamically generated.
- end
-
- # @example
- # Gitlab::Page::Group::Settings::Billing.perform do |billing|
- # expect(billing).to be_see_seats_usage
- # end
- # @return [Boolean] true if the +see_seats_usage+ element is present on the page
- def see_seats_usage?
- # This is a stub, used for indexing. The method is dynamically generated.
- end
-
# @note Defined as +p :max_seats_used+
# @return [String] The text content or value of +max_seats_used+
def max_seats_used