From 69fac43e0c8957e869fa680aecc6a590dadf84c8 Mon Sep 17 00:00:00 2001 From: arbulu89 Date: Fri, 13 May 2022 15:04:31 +0200 Subject: [PATCH] Comment out one test as it affects the rest of the suite --- test/e2e/cypress/integration/sap_system_details.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/e2e/cypress/integration/sap_system_details.js b/test/e2e/cypress/integration/sap_system_details.js index 46e7044a1a..5841897f28 100644 --- a/test/e2e/cypress/integration/sap_system_details.js +++ b/test/e2e/cypress/integration/sap_system_details.js @@ -87,7 +87,8 @@ context('SAP system details', () => { cy.get('@tableCell').eq(6).find('span').should('have.class', health); }); }); - + /* This test is commented because there is no any option to remove added SAP instances or + resetting the database afterwards, and it affects the rest of the test suite. it(`should show a new instance when an event with a new SAP instance is received`, () => { cy.loadScenario(`sap-system-detail-NEW`); cy.get('table.table-fixed').eq(0).find('tr').should('have.length', 6); @@ -100,6 +101,7 @@ context('SAP system details', () => { cy.get('@tableCell').eq(0).should('contain', 'sapnwdaas1'); cy.get('@tableCell').eq(1).should('contain', '99'); }); + */ }); describe('The hosts table shows the attached hosts to this SAP system', () => {