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 22bd357 commit c9d1013
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ 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

0 comments on commit c9d1013

Please sign in to comment.