debian-mirror-gitlab/qa/lib/gitlab/page/main/welcome.rb
2021-12-11 22:18:48 +05:30

13 lines
213 B
Ruby

# frozen_string_literal: true
module Gitlab
module Page
module Main
class Welcome < Chemlab::Page
path '/users/sign_up/welcome'
button :get_started_button
end
end
end
end