Skip to content

Commit

Permalink
chore: remove unused check
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 committed Dec 2, 2021
1 parent e7cc378 commit c480fa5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ context('Create Route with advanced matching conditions', () => {
nodes_0_port: '#submitNodes_0_port',
nodes_0_weight: '#submitNodes_0_weight',
deleteAlert: '.ant-modal-body',
notificationCloseIcon: '.ant-notification-notice-close-icon',
notification: '.ant-notification-notice-message',
parameterPosition: '#position',
ruleCard: '.ant-modal',
Expand Down Expand Up @@ -183,6 +182,5 @@ context('Create Route with advanced matching conditions', () => {
cy.contains('OK').click();
});
cy.get(selector.notification).should('contain', data.deleteRouteSuccess);
cy.get(selector.notificationCloseIcon).click();
});
});

0 comments on commit c480fa5

Please sign in to comment.