mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
Table: Reorder panel options (#49983)
* Table: Reorder panel options * Fix e2e selector
This commit is contained in:
@@ -102,7 +102,7 @@ e2e.scenario({
|
||||
e2e.components.PanelEditor.DataPane.content().should('be.visible');
|
||||
|
||||
// Field & Overrides tabs (need to switch to React based vis, i.e. Table)
|
||||
e2e.components.PanelEditor.OptionsPane.fieldLabel('Header and footer Show header').should('be.visible');
|
||||
e2e.components.PanelEditor.OptionsPane.fieldLabel('Table Show table header').should('be.visible');
|
||||
e2e.components.PanelEditor.OptionsPane.fieldLabel('Table Column width').should('be.visible');
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user