()
| 185 | } |
| 186 | |
| 187 | updateGroups() { |
| 188 | const container = this.findContainer(); |
| 189 | |
| 190 | this.setSelectedGroup(); |
| 191 | this.groups = getFastNavigationGroups(container); |
| 192 | } |
| 193 | |
| 194 | findContainer() { |
| 195 | const htmlElement = window.document.querySelector("html"); |
no test coverage detected