DashboardsE2E: Add E2E tests for Auto grid (#106171)

* add auto grid e2e tests

* remove unnecessary clean up in grouping tests

* refaactor repeated code

* Refactor some repeated blocks

---------

Co-authored-by: kay delaney <kay@grafana.com>
This commit is contained in:
Sergej-Vlasov
2025-06-11 13:36:12 +01:00
committed by GitHub
co-authored by kay delaney
parent 5c268c1734
commit bc076f27ff
7 changed files with 373 additions and 5 deletions
@@ -606,6 +606,32 @@ export const versionedComponents = {
variableLabelInput: {
'12.0.0': 'data-testid variable label input',
},
AutoGridLayout: {
minColumnWidth: {
'12.1.0': 'data-testid min column width selector',
},
customMinColumnWidth: {
'12.1.0': 'data-testid custom min column width input',
},
clearCustomMinColumnWidth: {
'12.1.0': 'data-testid clear custom min column width input',
},
maxColumns: {
'12.1.0': 'data-testid max columns selector',
},
rowHeight: {
'12.1.0': 'data-testid row height selector',
},
customRowHeight: {
'12.1.0': 'data-testid custom row height input',
},
clearCustomRowHeight: {
'12.1.0': 'data-testid clear custom row height input',
},
fillScreen: {
'12.1.0': 'data-testid fill screen switch',
},
},
},
},
PanelInspector: {