Riley Grant

Results 25 issues of Riley Grant

Add [Cypress](https://www.cypress.io/) to the project to be used for e2e testing. Add sample basic tests that right now only check basic navigation of home page, in `home_page.cy.ts` To see tests,...

### What you did: Navigate to the question `What is the age distribution of in gnomAD` on the `help` page. This bug currently happens on the live production gnomAD browser,...

Per #1005 Add automated tests on the Backend of Frontend that catch possible regressions related to adding of the `operationName` field for GraphQL http requests coming from the Frontend. The...

Since the migration to TypeScript, usage of the previously created docker compose file intended for use in local browser development with: ``` ./development/env.sh browser up ``` Fails with the error:...

Implements a simple `.md` transformer that renders the raw stringified `.md` content as the `__html` attribute in a react element, for the purposes of snapshot testing. Includes includes a `.pdf`...

Adds files to accomodate a demo of testing with Playwright to work towards getting initial minimal e2e tests to use in helping QC the gnomAD browser

Our API prevents nginx caching when an error is returned, since variants can, and often do, legitimately do not have a ClinVar entry for the given variant id, this removes...

Resolves #1480 - Adds TR to landing page - Adds blog post link to TR page

Priority: High

Currently the browser CI yaml file runs: - eslint - tsc - jest For all of the relevant ts/js files, so for both the graphql-api and the frontend. This PR...

Modifies the dataset selector and metadata to change `v4.0.0` -> `v4.1.0` --- Basing this branch off the v4.1 short variants branch. Opting to open a new PR for this to...