mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
BrowseDashboards: Add (skipped) basic e2e tests to prepare for GA (#75917)
Add e2e tests for new Browse Dashboards UI
This commit is contained in:
6
e2e/utils/flows/confirmModal.ts
Normal file
6
e2e/utils/flows/confirmModal.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { e2e } from '..';
|
||||
|
||||
export function confirmDelete() {
|
||||
cy.get(`input[placeholder='Type "Delete" to confirm']`).type('Delete');
|
||||
e2e.pages.ConfirmModal.delete().click();
|
||||
}
|
||||
@@ -15,6 +15,7 @@ export * from './setTimeRange';
|
||||
export * from './importDashboard';
|
||||
export * from './importDashboards';
|
||||
export * from './userPreferences';
|
||||
export * from './confirmModal';
|
||||
|
||||
export {
|
||||
VISUALIZATION_ALERT_LIST,
|
||||
|
||||
Reference in New Issue
Block a user