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

usage_quota.stub.rb « settings « group « page « gitlab « lib « qa - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 192e71e6c902d2d445926fe9f7fffdf5ed535b00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
# frozen_string_literal: true

module Gitlab
  module Page
    module Group
      module Settings
        module UsageQuota
          # @note Defined as +link :pipeline_tab+
          # Clicks +pipeline_tab+
          def pipeline_tab
            # This is a stub, used for indexing. The method is dynamically generated.
          end

          # @example
          #   Gitlab::Page::Group::Settings::UsageQuota.perform do |usage_quota|
          #     expect(usage_quota.pipeline_tab_element).to exist
          #   end
          # @return [Watir::Link] The raw +Link+ element
          def pipeline_tab_element
            # This is a stub, used for indexing. The method is dynamically generated.
          end

          # @example
          #   Gitlab::Page::Group::Settings::UsageQuota.perform do |usage_quota|
          #     expect(usage_quota).to be_pipeline_tab
          #   end
          # @return [Boolean] true if the +pipeline_tab+ element is present on the page
          def pipeline_tab?
            # This is a stub, used for indexing. The method is dynamically generated.
          end

          # @note Defined as +link :storage_tab+
          # Clicks +storage_tab+
          def storage_tab
            # This is a stub, used for indexing. The method is dynamically generated.
          end

          # @example
          #   Gitlab::Page::Group::Settings::UsageQuota.perform do |usage_quota|
          #     expect(usage_quota.storage_tab_element).to exist
          #   end
          # @return [Watir::Link] The raw +Link+ element
          def storage_tab_element
            # This is a stub, used for indexing. The method is dynamically generated.
          end

          # @example
          #   Gitlab::Page::Group::Settings::UsageQuota.perform do |usage_quota|
          #     expect(usage_quota).to be_storage_tab
          #   end
          # @return [Boolean] true if the +storage_tab+ element is present on the page
          def storage_tab?
            # This is a stub, used for indexing. The method is dynamically generated.
          end

          # @note Defined as +link :buy_ci_minutes+
          # Clicks +buy_ci_minutes+
          def buy_ci_minutes
            # This is a stub, used for indexing. The method is dynamically generated.
          end

          # @example
          #   Gitlab::Page::Group::Settings::UsageQuota.perform do |usage_quota|
          #     expect(usage_quota.buy_ci_minutes_element).to exist
          #   end
          # @return [Watir::Link] The raw +Link+ element
          def buy_ci_minutes_element
            # This is a stub, used for indexing. The method is dynamically generated.
          end

          # @example
          #   Gitlab::Page::Group::Settings::UsageQuota.perform do |usage_quota|
          #     expect(usage_quota).to be_buy_ci_minutes
          #   end
          # @return [Boolean] true if the +buy_ci_minutes+ element is present on the page
          def buy_ci_minutes?
            # This is a stub, used for indexing. The method is dynamically generated.
          end

          # @note Defined as +link :buy_storage+
          # Clicks +buy_storage+
          def buy_storage
            # This is a stub, used for indexing. The method is dynamically generated.
          end

          # @example
          #   Gitlab::Page::Group::Settings::UsageQuota.perform do |usage_quota|
          #     expect(usage_quota.buy_storage_element).to exist
          #   end
          # @return [Watir::Link] The raw +Link+ element
          def buy_storage_element
            # This is a stub, used for indexing. The method is dynamically generated.
          end

          # @example
          #   Gitlab::Page::Group::Settings::UsageQuota.perform do |usage_quota|
          #     expect(usage_quota).to be_buy_storage
          #   end
          # @return [Boolean] true if the +buy_storage+ element is present on the page
          def buy_storage?
            # This is a stub, used for indexing. The method is dynamically generated.
          end

          # @note Defined as +strong :additional_minutes+
          # @return [String] The text content or value of +additional_minutes+
          def additional_minutes
            # This is a stub, used for indexing. The method is dynamically generated.
          end

          # @example
          #   Gitlab::Page::Group::Settings::UsageQuota.perform do |usage_quota|
          #     expect(usage_quota.additional_minutes_element).to exist
          #   end
          # @return [Watir::Strong] The raw +Strong+ element
          def additional_minutes_element
            # This is a stub, used for indexing. The method is dynamically generated.
          end

          # @example
          #   Gitlab::Page::Group::Settings::UsageQuota.perform do |usage_quota|
          #     expect(usage_quota).to be_additional_minutes
          #   end
          # @return [Boolean] true if the +additional_minutes+ element is present on the page
          def additional_minutes?
            # This is a stub, used for indexing. The method is dynamically generated.
          end

          # @note Defined as +div :additional_minutes_usage+
          # @return [String] The text content or value of +additional_minutes_usage+
          def additional_minutes_usage
            # This is a stub, used for indexing. The method is dynamically generated.
          end

          # @example
          #   Gitlab::Page::Group::Settings::UsageQuota.perform do |usage_quota|
          #     expect(usage_quota.additional_minutes_usage_element).to exist
          #   end
          # @return [Watir::Div] The raw +Div+ element
          def additional_minutes_usage_element
            # This is a stub, used for indexing. The method is dynamically generated.
          end

          # @example
          #   Gitlab::Page::Group::Settings::UsageQuota.perform do |usage_quota|
          #     expect(usage_quota).to be_additional_minutes_usage
          #   end
          # @return [Boolean] true if the +additional_minutes_usage+ element is present on the page
          def additional_minutes_usage?
            # This is a stub, used for indexing. The method is dynamically generated.
          end

          # @note Defined as +strong :plan_minutes+
          # @return [String] The text content or value of +plan_minutes+
          def plan_minutes
            # This is a stub, used for indexing. The method is dynamically generated.
          end

          # @example
          #   Gitlab::Page::Group::Settings::UsageQuota.perform do |usage_quota|
          #     expect(usage_quota.plan_minutes_element).to exist
          #   end
          # @return [Watir::Strong] The raw +Strong+ element
          def plan_minutes_element
            # This is a stub, used for indexing. The method is dynamically generated.
          end

          # @example
          #   Gitlab::Page::Group::Settings::UsageQuota.perform do |usage_quota|
          #     expect(usage_quota).to be_plan_minutes
          #   end
          # @return [Boolean] true if the +plan_minutes+ element is present on the page
          def plan_minutes?
            # This is a stub, used for indexing. The method is dynamically generated.
          end

          # @note Defined as +div :plan_minutes_usage+
          # @return [String] The text content or value of +plan_minutes_usage+
          def plan_minutes_usage
            # This is a stub, used for indexing. The method is dynamically generated.
          end

          # @example
          #   Gitlab::Page::Group::Settings::UsageQuota.perform do |usage_quota|
          #     expect(usage_quota.plan_minutes_usage_element).to exist
          #   end
          # @return [Watir::Div] The raw +Div+ element
          def plan_minutes_usage_element
            # This is a stub, used for indexing. The method is dynamically generated.
          end

          # @example
          #   Gitlab::Page::Group::Settings::UsageQuota.perform do |usage_quota|
          #     expect(usage_quota).to be_plan_minutes_usage
          #   end
          # @return [Boolean] true if the +plan_minutes_usage+ element is present on the page
          def plan_minutes_usage?
            # This is a stub, used for indexing. The method is dynamically generated.
          end

          # @note Defined as +div :purchase_successful_alert+
          # @return [String] The text content or value of +purchase_successful_alert+
          def purchase_successful_alert
            # This is a stub, used for indexing. The method is dynamically generated.
          end

          # @example
          #   Gitlab::Page::Group::Settings::UsageQuota.perform do |usage_quota|
          #     expect(usage_quota.purchase_successful_alert_element).to exist
          #   end
          # @return [Watir::Div] The raw +Div+ element
          def purchase_successful_alert_element
            # This is a stub, used for indexing. The method is dynamically generated.
          end

          # @example
          #   Gitlab::Page::Group::Settings::UsageQuota.perform do |usage_quota|
          #     expect(usage_quota).to be_purchase_successful_alert
          #   end
          # @return [Boolean] true if the +purchase_successful_alert+ element is present on the page
          def purchase_successful_alert?
            # This is a stub, used for indexing. The method is dynamically generated.
          end
        end
      end
    end
  end
end