Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
382 changes: 191 additions & 191 deletions .yarn/releases/yarn-4.11.0.cjs → .yarn/releases/yarn-4.12.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ packageExtensions:
peerDependencies:
mongoose: "*"

yarnPath: .yarn/releases/yarn-4.11.0.cjs
yarnPath: .yarn/releases/yarn-4.12.0.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
"typescript-eslint": "^8.25.0",
"yargs": "^17.7.2"
},
"packageManager": "yarn@4.11.0"
"packageManager": "yarn@4.12.0"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 1 addition & 4 deletions packages/jbrowse-plugin-apollo/cypress/e2e/downloadGff.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@ describe('Download GFF', () => {

it('Can download gff without fasta', () => {
cy.addAssemblyFromGff('volvox.fasta.gff3', 'test_data/volvox.fasta.gff3')
cy.get('button[data-testid="dropDownMenuButton"]')
.contains('Apollo')
.click()
cy.contains('Download GFF3').click()
cy.selectFromApolloMenu('Download GFF3')
cy.focused()
.contains('Select assembly')
.parent()
Expand Down
2 changes: 1 addition & 1 deletion packages/jbrowse-plugin-apollo/cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Cypress.Commands.add(
cy.wrap(Cypress.$('body')).within(() => {
// eslint-disable-next-line cypress/no-unnecessary-waiting
cy.wait(3000)
cy.get('button[data-testid="dropDownMenuButton"]', { timeout: 10_000 })
cy.get('button', { timeout: 10_000 })
.contains('Apollo')
.click({ force: true, timeout: 10_000 })
for (const pathPart of menuItemPathPrefix) {
Expand Down