From d82e2dc74ef15c136f3dc44e5a8c357a630eacbc Mon Sep 17 00:00:00 2001 From: weskubo-cgi <80127167+weskubo-cgi@users.noreply.github.com> Date: Fri, 27 Sep 2024 14:07:10 -0700 Subject: [PATCH] Sprint 24 help removal (#378) * Removed help content. * Updated test. --------- Co-authored-by: weskubo-cgi --- .../e2e/1-portal-and-crm-login-and-security/portal_login.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/cypress/e2e/1-portal-and-crm-login-and-security/portal_login.cy.js b/testing/cypress/e2e/1-portal-and-crm-login-and-security/portal_login.cy.js index 198399e9..2392af73 100644 --- a/testing/cypress/e2e/1-portal-and-crm-login-and-security/portal_login.cy.js +++ b/testing/cypress/e2e/1-portal-and-crm-login-and-security/portal_login.cy.js @@ -20,7 +20,7 @@ describe('Login to Portal', () => { cy.get('#assistance-card').should('exist') cy.get('#applications-card').should('exist') cy.get('#account-mgmt-card').should('exist') - cy.get('#help-card').should('exist') + cy.get('#help-card').should('not.exist') }) it('failed login', () => {