Skip to content

Commit ab9167d

Browse files
Fix role of UI element getter in test
1 parent b0ba740 commit ab9167d

File tree

1 file changed

+1
-1
lines changed
  • packages/jbrowse-plugin-apollo/cypress/support

1 file changed

+1
-1
lines changed

packages/jbrowse-plugin-apollo/cypress/support/commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ Cypress.Commands.add(
280280
cy.get('input[type="file"]').selectFile(gffFile)
281281
})
282282

283-
cy.get('[role="button"]').click()
283+
cy.get('[role="combobox"]').click()
284284
})
285285
cy.contains('li', assemblyName, { timeout: 10_000 }).click()
286286

0 commit comments

Comments
 (0)