Skip to content

Commit

Permalink
removed commented code
Browse files Browse the repository at this point in the history
Signed-off-by: Amardeepsingh Siglani <[email protected]>
  • Loading branch information
amsiglan committed Jul 11, 2023
1 parent 2c363ec commit e2204d5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cypress/integration/composite_level_monitor_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 });
Expand Down

0 comments on commit e2204d5

Please sign in to comment.