mirror of https://github.com/grafana/grafana.git
* Dashboard Scenes: Fix missing Ctrl+O keyboard shortcut for crosshair toggle - Add missing mod+o keybind to dashboard scenes keyboard shortcuts - Implement crosshair state cycling (Default -> Crosshair -> Tooltip -> Default) - Add comprehensive unit tests for keyboard shortcuts functionality - Add e2e test to verify shortcut works and prevents browser file dialog - Fix ensures parity between legacy and scenes dashboard implementations Fixes issue where Ctrl+O/Cmd+O was opening browser file dialog instead of toggling shared crosshair modes in scenes-based dashboards. * Remove waitForTimeout from e2e test - Replace arbitrary timeouts with proper element waiting - Use waitFor with visible state instead of setTimeout - Improve test reliability and follow Playwright best practices * Optimize e2e test for crosshair keyboard shortcut - Remove unnecessary console logging and timeout settings - Simplify assertions to only check the currently selected radio button - Improve test performance by reducing DOM queries - Focus on essential functionality verification * Fix linting |
||
|---|---|---|
| .. | ||
| bar-gauge.spec.ts | ||
| bookmarks.spec.ts | ||
| exemplars.spec.ts | ||
| explore.spec.ts | ||
| filter-annotations.spec.ts | ||
| frontend-sandbox-app.spec.ts | ||
| frontend-sandbox-datasource.spec.ts | ||
| gauge.spec.ts | ||
| graph-auto-migrate.spec.ts | ||
| inspect-drawer.spec.ts | ||
| keybinds.spec.ts | ||
| loki-query-builder.spec.ts | ||
| loki-table-explore-to-dash.spec.ts | ||
| migrate-to-cloud.spec.ts | ||
| navigation.spec.ts | ||
| perf-test.spec.ts | ||
| pie-chart.spec.ts | ||
| prometheus-annotations.spec.ts | ||
| prometheus-config.spec.ts | ||
| prometheus-editor.spec.ts | ||
| prometheus-variable-editor.spec.ts | ||
| query-editor.spec.ts | ||
| return-to-previous.spec.ts | ||
| solo-route.spec.ts | ||
| trace-view-scrolling.spec.ts | ||
| verify-i18n.spec.ts | ||
| visualization-suggestions.spec.ts | ||