Skip to content

Commit

Permalink
edm-290 remove enrollment history (#32898)
Browse files Browse the repository at this point in the history
* edm-290 remove enrollment history

* updated cypress test
  • Loading branch information
flex2016 authored Nov 5, 2024
1 parent 3b03680 commit c9a7226
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 392 deletions.

This file was deleted.

114 changes: 0 additions & 114 deletions src/applications/post-911-gib-status/components/EnrollmentPeriod.jsx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {
VaTelephone,
} from '@department-of-veterans-affairs/component-library/dist/react-bindings';

import EnrollmentHistory from '../components/EnrollmentHistory';
import UserInfoSection from '../components/UserInfoSection';

class StatusPage extends React.Component {
Expand Down Expand Up @@ -66,7 +65,6 @@ class StatusPage extends React.Component {
</a>
.
</div>
<EnrollmentHistory enrollmentData={enrollmentData} />
<VaNeedHelp>
<div slot="content">
<p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ describe('Gibs Test', () => {

cy.get('#gibs-full-name').should('contain', 'First Last');

cy.get('#enrollment-0 h4').should(
'contain',
'11/01/2012 to 12/01/2012 at purdue university',
);

cy.get('#print-button').click();
cy.get('.print-status', { timeout: Timeouts.slow }).should('be.visible');
cy.injectAxeThenAxeCheck();
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit c9a7226

Please sign in to comment.