mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 16:32:13 +08:00
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();
|
|
};
|