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

free_trial.rb « alert « page « qa « qa - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ec8d8e8abde1210ca2d675b0bdf1a113addcf3ed (plain)
1
2
3
4
5
6
7
8
9
10
11
# frozen_string_literal: true

module QA
  module Page
    module Alert
      class FreeTrial < Chemlab::Page
        element :trial_activated_message
      end
    end
  end
end