mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 06:52:42 +08:00
6 lines
163 B
TypeScript
6 lines
163 B
TypeScript
import { e2e } from '../..';
|
|
|
|
export const configurePanel = () => {
|
|
e2e.components.Panels.Panel.content().contains('Configure').should('be.visible').click();
|
|
};
|