Skip to content

Commit c66329c

Browse files
authored
Merge pull request #827 from cornell-dti/revert-821-master
Revert "Spring 2023 Pre-Enroll Release"
2 parents 97521db + e246f06 commit c66329c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+19946
-19039
lines changed

.github/workflows/backup-firestore.yml

-21
This file was deleted.

README.md

-14
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,6 @@ Then access http://localhost:8080/
2222

2323
## Contributors
2424

25-
### SP23
26-
27-
- **Jerry Wang** - Developer
28-
- **Miranda Yu** - Developer
29-
- **Rohan Maheshwari** - Developer
30-
- **Elizabeth Tang** - Developer
31-
- **Pablo Raigoza** - Developer
32-
- **Noorejehan Umarn** - Designer
33-
- **Michelle Dai** - Designer
34-
- **Jonathan Mak** - PMM
35-
- **Kaylin Chan** - APM
36-
- **Zak Kent** - TPM
37-
- **Noah Schiff** - PM
38-
3925
### FA22
4026

4127
- **Ben Shen** - Developer

cypress/integration/accessibility-spec.ts

-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ it('Check accessibility of the bottom bar', () => {
6262
// open the bottom bar
6363
cy.get('[data-cyId=semester-course]').eq(0).click();
6464

65-
// eslint-disable-next-line cypress/no-unnecessary-waiting
66-
cy.wait(5000);
6765
cy.checkA11y('[data-cyId=bottombar]', null, null, true); // only check accessibility within the bottom bar
6866
});
6967

0 commit comments

Comments
 (0)