This adds test coverage for the tab navigation methods added in FE-907 the native tab keyboard shortcuts implementation. Closes FE-909 The recently implemented desktop tab keyboard shortcuts added new tab navigation methods to the `TabService` class (`goToNextTab()`, `goToPreviousTab()`, `goToFirstTab()`, `goToLastTab()`, `goToTabByIndex()`, and `reopenClosedTab()`). These methods lacked corresponding test coverage. |
||
|---|---|---|
| .. | ||
| assets | ||
| locales | ||
| public | ||
| src | ||
| .eslintrc.js | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc.js | ||
| gql-codegen.yml | ||
| languages.json | ||
| meta.ts | ||
| package.json | ||
| tsconfig.json | ||
| type-check.mjs | ||
| vitest.config.ts | ||