Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tests that load ontology data #421

Open
garrettjstevens opened this issue Aug 13, 2024 · 1 comment
Open

Fix tests that load ontology data #421

garrettjstevens opened this issue Aug 13, 2024 · 1 comment
Assignees

Comments

@garrettjstevens
Copy link
Contributor

In packages/jbrowse-plugin-apollo/cypress/e2e/editFeature.cy.ts, these three tests were disabled due to timeouts:

  • "Can add gene ontology attribute"
  • "Suggest only valid SO terms from dropdown"
  • "Can add child feature via table editor"

We need to figure out how to re-enable those.

@dariober
Copy link
Contributor

dariober commented Aug 14, 2024

I think the tests are picking up real issues...

  • "Can add gene ontology attribute"

There seem to be a problem with the Feature Attributes form. The test passes in commit cb1aced and the form looks like:

image

while in latest main (6fbe4ac) we have no input box:

image

  • "Suggest only valid SO terms from dropdown"

In main the drop down menu only show the blinking cursor, no list of suggestions even outside cypress:

image

In cb1aced:

image

  • "Can add child feature via table editor"

Same as for SO terms. The dropdown menu for "type" is not populated:

image

dariober added a commit that referenced this issue Aug 14, 2024
Cypress tests updated so that they start with a configuration record
already in the database. This should resolve issue #421
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants