mirror of
https://github.com/grafana/grafana.git
synced 2025-01-15 11:12:50 -06:00
7bca69849f
* Mark Scenes feature toggles as GA * Move old arch e2e to a new folder * Run E2E on scenes by default * Upgrade e2e-selectors to ensure the tests in Playwright works
7 lines
180 B
TypeScript
7 lines
180 B
TypeScript
import { e2e } from '..';
|
|
|
|
export function confirmDelete() {
|
|
cy.get(`input[placeholder='Type "Delete" to confirm']`).type('Delete');
|
|
e2e.pages.ConfirmModal.delete().click();
|
|
}
|