Skip to content
Snippets Groups Projects
Commit 32424e46 authored by Grzegorz Bizon's avatar Grzegorz Bizon
Browse files

Add QA sanity selectors scenario entrypoint

parent ee12ce85
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -56,6 +56,10 @@ module QA
module Integration
autoload :Mattermost, 'qa/scenario/test/integration/mattermost'
end
module Sanity
autoload :Selectors, 'qa/scenario/test/sanity/selectors'
end
end
end
 
Loading
Loading
module QA
module Scenario
module Test
module Sanity
class Selectors < Scenario::Template
include Scenario::Bootable
def perform(*)
end
end
end
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment