Dashboards/E2E: Add tests for removing panel(s) (#104998)

* Dashboards/E2E: Add tests for removing panel(s)
This commit is contained in:
kay delaney
2025-05-07 14:31:53 +03:00
committed by GitHub
parent ec478138a5
commit 343ab96030
9 changed files with 87 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
import { e2e } from '../..';
export const toggleEditMode = () => {
e2e.components.NavToolbar.editDashboard.editButton().should('be.visible').click();
};