Skip to content

Commit

Permalink
Sprint 24 help removal (#378)
Browse files Browse the repository at this point in the history
* Removed help content.

* Updated test.

---------

Co-authored-by: weskubo-cgi <[email protected]>
  • Loading branch information
weskubo-cgi and weskubo-cgi authored Sep 27, 2024
1 parent a0a669a commit d82e2dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit d82e2dc

Please sign in to comment.