* Returns the tabs in the tablist.
()
| 184 | * Returns the tabs in the tablist. |
| 185 | */ |
| 186 | getTabs(): HTMLElement[] { |
| 187 | return within(this.getTablist()).queryAllByRole('tab'); |
| 188 | } |
| 189 | |
| 190 | /** |
| 191 | * Returns the currently selected tab in the tablist if any. |
no test coverage detected