From dd3ace74144df9aa032ffc2a29427310d38b5b55 Mon Sep 17 00:00:00 2001 From: Dario Beraldi Date: Tue, 21 Jan 2025 11:53:43 +0000 Subject: [PATCH] Restore temporarily skipped tests (#508) --- packages/jbrowse-plugin-apollo/cypress/e2e/addAssembly.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jbrowse-plugin-apollo/cypress/e2e/addAssembly.cy.ts b/packages/jbrowse-plugin-apollo/cypress/e2e/addAssembly.cy.ts index 1a01543f..8de0ac0a 100644 --- a/packages/jbrowse-plugin-apollo/cypress/e2e/addAssembly.cy.ts +++ b/packages/jbrowse-plugin-apollo/cypress/e2e/addAssembly.cy.ts @@ -48,7 +48,7 @@ describe('Add Assembly', () => { cy.searchFeatures('EDEN', 0) }) - it.only('FIXME: Can add assembly from 2bit', () => { + it('FIXME: Can add assembly from 2bit', () => { cy.contains('button[data-testid="dropDownMenuButton"]', 'Apollo').click() cy.contains('Add Assembly').click() cy.get('input[type="TextField"]').type('volvox_deleteme')