Skip to content

Commit

Permalink
Fix versionModal.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Overbeck committed Dec 21, 2024
1 parent 3a5136c commit 93e245c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cypress/e2e/immutableDatabaseTests/versionModal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ describe('Public Version Modal', () => {
goToTab('Versions');
cy.contains('button', 'Info').should('be.visible').click();
cy.get('form');
cy.get('[data-cy=docker-pull-command]')
.should('be.visible')
.should('have.value', 'docker pull quay.io/garyluu/dockstore-cgpmap:3.0.0-rc8');
cy.get('#dockerPullCommand').should('be.visible').should('have.value', 'docker pull quay.io/garyluu/dockstore-cgpmap:3.0.0-rc8');
});
});

0 comments on commit 93e245c

Please sign in to comment.