From e2204d5bf6240116042923c15e294c5c056ac4ab Mon Sep 17 00:00:00 2001 From: Amardeepsingh Siglani Date: Tue, 11 Jul 2023 16:40:57 -0700 Subject: [PATCH] removed commented code Signed-off-by: Amardeepsingh Siglani --- cypress/integration/composite_level_monitor_spec.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cypress/integration/composite_level_monitor_spec.js b/cypress/integration/composite_level_monitor_spec.js index 78402e74b..84a8a45b1 100644 --- a/cypress/integration/composite_level_monitor_spec.js +++ b/cypress/integration/composite_level_monitor_spec.js @@ -55,7 +55,6 @@ describe('CompositeLevelMonitor', () => { it('by visual editor', () => { // Select visual editor for method of definition - // cy.intercept('GET', '/api/notifications/get_configs?*', channelResponse); cy.get('[data-test-subj="visualEditorRadioCard"]').click({ force: true }); // Wait for input to load and then type in the monitor name @@ -77,10 +76,6 @@ describe('CompositeLevelMonitor', () => { .type('{backspace}') .type('Composite trigger'); - // TODO: Test with Notifications plugin - // Select notification channel - // cy.get('[name="channel_name_0_0"]').find('input').type('Slack QA').type('{enter}'); - cy.intercept('api/alerting/workflows').as('createMonitorRequest'); cy.intercept(`api/alerting/monitors?*`).as('getMonitorsRequest'); cy.get('button').contains('Create').click({ force: true });