BrowseDashboards: Add (skipped) basic e2e tests to prepare for GA (#75917)

Add e2e tests for new Browse Dashboards UI
This commit is contained in:
Josh Hunt
2023-10-04 09:08:43 +00:00
committed by GitHub
parent 44fa0697ce
commit 40a41113aa
7 changed files with 88 additions and 23 deletions
+6
View 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();
}