Commit 0ad6b424 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Validate EE-specific QA pages and selectors too

parent 73412656
......@@ -5,7 +5,7 @@ module QA
class Selectors < Scenario::Template
include Scenario::Bootable
PAGES = [QA::Page].freeze
PAGES = [QA::Page, QA::EE::Page].freeze
def perform(*)
validators = PAGES.map do |pages|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment