Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
14b2a486
Commit
14b2a486
authored
May 04, 2021
by
Alexander Turinske
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove repeated tests
parent
0cc9b4eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
30 deletions
+0
-30
qa/qa/ee/page/project/sub_menus/threat_monitoring.rb
qa/qa/ee/page/project/sub_menus/threat_monitoring.rb
+0
-30
No files found.
qa/qa/ee/page/project/sub_menus/threat_monitoring.rb
deleted
100644 → 0
View file @
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment