Skip to content

Commit d82e2dc

Browse files
weskubo-cgiweskubo-cgi
andauthored
Sprint 24 help removal (#378)
* Removed help content. * Updated test. --------- Co-authored-by: weskubo-cgi <Wesley.Kubo@gov.bc.ca>
1 parent a0a669a commit d82e2dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/cypress/e2e/1-portal-and-crm-login-and-security/portal_login.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ describe('Login to Portal', () => {
2020
cy.get('#assistance-card').should('exist')
2121
cy.get('#applications-card').should('exist')
2222
cy.get('#account-mgmt-card').should('exist')
23-
cy.get('#help-card').should('exist')
23+
cy.get('#help-card').should('not.exist')
2424
})
2525

2626
it('failed login', () => {

0 commit comments

Comments
 (0)