Commit 14b2a486 authored by Alexander Turinske's avatar Alexander Turinske

Remove repeated tests

parent 0cc9b4eb
# frozen_string_literal: true
module QA
module EE
module Page
module Project
module SubMenus
module ThreatMonitoring < QA::Page::Base
view 'ee/app/assets/javascripts/threat_monitoring/components/app.vue' do
element :alerts_tab
end
view 'ee/app/assets/javascripts/threat_monitoring/components/alerts/alerts_list.vue' do
element :alerts_list
end
def has_alerts_tab?
find_element?(:alerts_tab)
end
def has_alerts_list?
find_element?(:alerts_list)
end
end
end
end
end
end
end
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