Skip to content

Commit

Permalink
Removed commented code (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachary-kent authored Apr 29, 2023
1 parent 42692af commit caca879
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
13 changes: 0 additions & 13 deletions cypress/integration/accessibility-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,6 @@ it('Check accessibility of the requirements sidebar', () => {
cy.checkA11y('[data-cyId=reqsSidebar]');
});

// it('Check accessibility of the bottom bar', () => {
// // Note that a course must be added in case the plan is empty to do so
// cy.get('[data-cyId=semester-addCourse]').click();
// cy.get('[data-cyId=newCourse-dropdown]').type('CS 1110');
// cy.get('[data-cyId=newCourse-searchResult]').first().click();
// cy.get('[data-cyId=modal-button]').click();

// // open the bottom bar
// cy.get('[data-cyId=semester-course]').eq(0).click();

// cy.checkA11y('[data-cyId=bottombar]', null, null, true); // only check accessibility within the bottom bar
// });

it('Check accessibility of the bottom bar', () => {
// Note that a course must be added in case the plan is empty to do so
cy.get('[data-cyId=semester-addCourse]').click();
Expand Down
3 changes: 0 additions & 3 deletions src/components/BottomBar/BottomBarState.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { reactive } from 'vue';
// import { doc, getDoc } from 'firebase/firestore';
import { VueGtag } from 'vue-gtag-next';
import { GTagEvent } from '../../gtag';
import { checkNotNull } from '../../utilities';
Expand All @@ -16,8 +15,6 @@ import {
seasonAndYearToRosterIdentifier,
} from '../../user-data-converter';

// import { availableRostersForCoursesCollection } from '../../firebase-config';

export type BottomBarState = {
bottomCourses: readonly AppBottomBarCourse[];
bottomCourseFocus: number;
Expand Down
1 change: 0 additions & 1 deletion src/data/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ import earthAndAtmosphericSciencesMinorRequirements, {
easMinorAdvisors,
} from './minors/earth-atmo';

// import mengCSRequirements from './grad/meng-cs';
import mpaRequirements, { mpaAdvisors } from './grad/mpa';

import { MATH2940, CHEM2080 } from './specializations/en';
Expand Down

0 comments on commit caca879

Please sign in to comment.