fix checkBrokersOverview
This commit is contained in:
parent
966d482660
commit
4e6d8f0030
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@ public class BrokersList extends BasePage {
|
|||
}
|
||||
|
||||
private List<SelenideElement> getEnabledColumnHeaders() {
|
||||
return Stream.of("Broker ID", "Segment Size", "Segment Count", "Port", "Host")
|
||||
return Stream.of("Broker ID", "Disk usage", "Partitions skew",
|
||||
"Leaders", "Leader skew", "Online partitions", "Port", "Host")
|
||||
.map(name -> $x(String.format(columnHeaderLocator, name)))
|
||||
.collect(Collectors.toList());
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue