diff --git a/test/e2e/cypress/e2e/host_details.cy.js b/test/e2e/cypress/e2e/host_details.cy.js index d6714b85f2..528ca6b446 100644 --- a/test/e2e/cypress/e2e/host_details.cy.js +++ b/test/e2e/cypress/e2e/host_details.cy.js @@ -389,6 +389,7 @@ context('Host Details', () => { cy.get('@modal').should('not.exist'); cy.url().should('eq', cy.config().baseUrl + '/hosts'); + cy.get(`#host-${selectedHost.agentId}`).should('not.exist'); }); }); });