mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Remove legacy alerting (#83671)
Removes legacy alerting, so long and thanks for all the fish! 🐟 --------- Co-authored-by: Matthew Jacobson <matthew.jacobson@grafana.com> Co-authored-by: Sonia Aguilar <soniaAguilarPeiron@users.noreply.github.com> Co-authored-by: Armand Grillet <armandgrillet@users.noreply.github.com> Co-authored-by: William Wernert <rwwiv@users.noreply.github.com> Co-authored-by: Yuri Tseretyan <yuriy.tseretyan@grafana.com>
This commit is contained in:
@@ -16,11 +16,11 @@ describe('Dashboard browse', () => {
|
||||
e2e.pages.BrowseDashboards.table.row('E2E Test - Import Dashboard').should('be.visible');
|
||||
|
||||
// gdev dashboards folder is collapsed - its content should not be visible
|
||||
e2e.pages.BrowseDashboards.table.row('Alerting with TestData').should('not.exist');
|
||||
e2e.pages.BrowseDashboards.table.row('Bar Gauge Demo').should('not.exist');
|
||||
|
||||
// should click a folder and see it's children
|
||||
e2e.pages.BrowseDashboards.table.row('gdev dashboards').find('[aria-label^="Expand folder"]').click();
|
||||
e2e.pages.BrowseDashboards.table.row('Alerting with TestData').should('be.visible');
|
||||
e2e.pages.BrowseDashboards.table.row('Bar Gauge Demo').should('be.visible');
|
||||
|
||||
// Open the new folder drawer
|
||||
cy.contains('button', 'New').click();
|
||||
|
||||
Reference in New Issue
Block a user