mirror of https://github.com/grafana/grafana.git
6 lines
156 B
TypeScript
6 lines
156 B
TypeScript
|
import { e2e } from '../..';
|
||
|
|
||
|
export const toggleEditMode = () => {
|
||
|
e2e.components.NavToolbar.editDashboard.editButton().should('be.visible').click();
|
||
|
};
|