aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/components (follow)
Commit message (Collapse)AuthorAgeLines
* Add new test suite for testing authorization splashGravatar Joe Banks2024-07-10-0/+62
|
* Update tests to work with new Jest versionGravatar Joe Banks2024-07-10-2/+0
|
* Update test to reflect new greenGravatar Joe Banks2024-07-03-1/+1
|
* Simplify Navigation ComponentGravatar Hassan Abouelela2022-07-19-2/+2
| | | | | | | Extract the styles from the navigation component to common styles, and convert it to a function component. Signed-off-by: Hassan Abouelela <[email protected]>
* Merge branch 'main' into discord-oauthGravatar Hassan Abouelela2021-02-20-2/+4
|\ | | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> # Conflicts: # package.json # src/commonStyles.tsx # src/pages/FormPage.tsx
| * Adds Missing Fields To Test ModelsGravatar Hassan Abouelela2021-02-19-2/+4
| | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
* | Cleans Up OAuth ButtonGravatar Hassan Abouelela2021-02-13-1/+1
|/ | | | | | | Removes OAuth button from home page, and redesigns it. Uses new authorization functionality in auth. Signed-off-by: Hassan Abouelela <[email protected]>
* Cleans Up Some WarningsGravatar Hassan Abouelela2021-01-26-4/+12
| | | | | | Makes slight modifications to handle some minor warnings. Signed-off-by: Hassan Abouelela <[email protected]>
* Updates HeaderBarGravatar Hassan Abouelela2021-01-04-2/+21
| | | | | | | | Changes header bar component to accept a description, and render it properly on different screens. Additionally adds a button to return to the home page. Updates tests. Signed-off-by: Hassan Abouelela <[email protected]>
* Updates ModelsGravatar Hassan Abouelela2021-01-04-4/+8
| | | | | | Changes the models to match the backend. Signed-off-by: Hassan Abouelela <[email protected]>
* Fixes Preexisting Linting IssuesGravatar Hassan Abouelela2021-01-03-28/+28
| | | | | | | Fixes all errors, and most warnings generated by eslint. Most were fixed by eslint automatically such as indentation and quotes. Signed-off-by: Hassan Abouelela <[email protected]>
* Update tests to match with changes in discoveryGravatar ks1292020-12-14-7/+24
|
* Add many new testsGravatar Joe Banks2020-10-12-2/+0
|
* Fix testsGravatar Joe Banks2020-10-12-0/+4
|
* Update header test to include custom titlesGravatar Joe Banks2020-10-05-0/+7
|
* Update form listing tests with new typesGravatar Joe Banks2020-10-05-3/+5
|
* Update tests with new FormListing propsGravatar Joe Banks2020-09-30-4/+17
|
* Update tests to match new form listing componentGravatar Joe Banks2020-09-29-6/+8
|
* Add initial testsGravatar Joe Banks2020-09-28-0/+83