7 lines
221 B
TypeScript
7 lines
221 B
TypeScript
import { e2e } from '../..';
|
|
|
|
export const addPanel = () => {
|
|
e2e.components.DashboardEditPaneSplitter.primaryBody().scrollTo('bottom');
|
|
e2e.components.CanvasGridAddActions.addPanel().should('be.visible').click();
|
|
};
|