Commit ca013c60 authored by Alexander Turinske's avatar Alexander Turinske

Fix coding indentation

parent e28f6653
# frozen_string_literal: true
module QA
module EE
module Page
module Project
module SubMenus
module ThreatMonitoring
extend QA::Page::PageConcern
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
module EE
module Page
module Project
module SubMenus
module ThreatMonitoring
extend QA::Page::PageConcern
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
\ No newline at end of file
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