Table: Reorder panel options (#49983)

* Table: Reorder panel options

* Fix e2e selector
This commit is contained in:
Zoltán Bedi
2022-06-01 13:11:19 +02:00
committed by GitHub
parent abfc711c53
commit f566958555
2 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -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');
},
});