class Gitlab::QA::Component::Base

def teardown?

def teardown?
  !Runtime::Scenario.attributes.include?(:teardown) || Runtime::Scenario.teardown
end