summaryrefslogtreecommitdiff
path: root/qa/qa/page/project/settings/access_tokens.rb
blob: 69a8bdeaab883b507f8768a1e3839a0aa8e6d894 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# frozen_string_literal: true

module QA
  module Page
    module Project
      module Settings
        class AccessTokens < Page::Base
          include Page::Component::AccessTokens
          include Page::Component::ConfirmModal
        end
      end
    end
  end
end