Skip to content

Commit

Permalink
Remove unused does*PanelExist checks
Browse files Browse the repository at this point in the history
  • Loading branch information
matschaffer committed Mar 8, 2022
1 parent af622a2 commit f7f1127
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,6 @@ export function MonitoringClusterOverviewProvider({ getService }) {
return testSubjects.getVisibleText(SUBJ_ES_ML_JOBS);
}

doesKbnPanelExist() {
return testSubjects.exists(SUBJ_KBN_PANEL);
}
getKbnStatus() {
return testSubjects.getVisibleText(SUBJ_KBN_STATUS);
}
Expand All @@ -181,9 +178,6 @@ export function MonitoringClusterOverviewProvider({ getService }) {
return testSubjects.click(SUBJ_KBN_INSTANCES);
}

doesLsPanelExist() {
return testSubjects.exists(SUBJ_LS_PANEL);
}
getLsEventsReceived() {
return testSubjects.getVisibleText(SUBJ_LS_EVENTS_RECEIVED);
}
Expand Down Expand Up @@ -245,9 +239,6 @@ export function MonitoringClusterOverviewProvider({ getService }) {
return testSubjects.click(SUBJ_BEATS_LISTING);
}

doesEntSearchPanelExist() {
return testSubjects.exists(SUBJ_ENT_SEARCH_PANEL);
}
getEntSearchTotalNodes() {
return testSubjects.getVisibleText(SUBJ_ENT_SEARCH_TOTAL_NODES);
}
Expand Down

0 comments on commit f7f1127

Please sign in to comment.