Dashboards/E2E: Add tests for removing panel(s) (#104998)
* Dashboards/E2E: Add tests for removing panel(s)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { e2e } from '../..';
|
||||
|
||||
export const toggleEditMode = () => {
|
||||
e2e.components.NavToolbar.editDashboard.editButton().should('be.visible').click();
|
||||
};
|
||||
Reference in New Issue
Block a user