Skip to content

Commit

Permalink
#vebt-829 #comment Updated cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
govcioChad committed Nov 27, 2024
1 parent 5b36394 commit 17d5a24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/applications/sco/tests/accessibility.cypress.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe('Accessibility', () => {
);
// Tab to 'Upload files to VA' section
cy.realPress('Tab');
cy.focused().should('contain.text', 'Education File upload portal');
cy.focused().should('contain.text', 'Education File Upload Portal');
cy.realPress('Tab');
cy.focused().should('contain.text', 'Expand all +');
cy.realPress('Enter');
Expand All @@ -73,7 +73,7 @@ describe('Accessibility', () => {
cy.realPress('Enter');
cy.focused().should('contain.text', 'Collapse all -');
cy.realPress('Tab');
cy.focused().should('contain.text', 'Enrollment manager');
cy.focused().should('contain.text', 'Enrollment Manager');
cy.realPress('Tab');
cy.focused().should('contain.text', 'Launch VA Education Platform Portal');
cy.repeatKey('Tab', 8);
Expand Down

0 comments on commit 17d5a24

Please sign in to comment.