We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In packages/jbrowse-plugin-apollo/cypress/e2e/editFeature.cy.ts, these three tests were disabled due to timeouts:
packages/jbrowse-plugin-apollo/cypress/e2e/editFeature.cy.ts
We need to figure out how to re-enable those.
The text was updated successfully, but these errors were encountered:
I think the tests are picking up real issues...
There seem to be a problem with the Feature Attributes form. The test passes in commit cb1aced and the form looks like:
while in latest main (6fbe4ac) we have no input box:
main
In main the drop down menu only show the blinking cursor, no list of suggestions even outside cypress:
In cb1aced:
Same as for SO terms. The dropdown menu for "type" is not populated:
Sorry, something went wrong.
Load ontology configuration
3a70b30
Cypress tests updated so that they start with a configuration record already in the database. This should resolve issue #421
dariober
No branches or pull requests
In
packages/jbrowse-plugin-apollo/cypress/e2e/editFeature.cy.ts
, these three tests were disabled due to timeouts:We need to figure out how to re-enable those.
The text was updated successfully, but these errors were encountered: