Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
  • Loading branch information
GovCIOLiz committed Dec 29, 2024
1 parent 7287501 commit 22bd357
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ import maximalData from '../fixtures/data/maximal-test.json';
import formConfig from '../../config/form';

describe('22-10282 Edu form', () => {
before(() => {
if (Cypress.env('CI')) this.skip();
});

it('should be keyboard-only navigable', () => {
// Go to application, should go to intro page
cy.visit('education/apply-for-education-benefits/10282/introduction');
Expand Down Expand Up @@ -258,11 +254,7 @@ describe('22-10282 Edu form', () => {

// Review page - submit form
cy.tabToElementAndPressSpace('va-text-input');
cy.typeInFocused(
`${maximalData.data.veteranFullName.first} ${
maximalData.data.veteranFullName.last
}`,
);
cy.typeInFocused('Jane Doe');
cy.tabToElementAndPressSpace('va-checkbox');
cy.tabToSubmitForm();

Expand Down

0 comments on commit 22bd357

Please sign in to comment.