Skip to content

Commit

Permalink
Update xeniumProbeHybridisationSpec.cy.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
seenanair committed Jan 31, 2024
1 parent 9448122 commit adf1fc6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cypress/e2e/pages/xeniumProbeHybridisationSpec.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,15 +174,11 @@ describe('Xenium Probe Hybridisation', () => {
cy.findByTestId('addButton').should('exist');
});
});
after(() => {
cy.findByTestId('STAN-3111-1-action').within(() => {
cy.findByTestId('removeButton').click();
});
});
});
});
describe('Multiple labware', () => {
before(() => {
cy.visit('/lab/probe_hybridisation_xenium');
cy.get('#labwareScanInput').type('STAN-3112{enter}');
});
it('should display probe settings for multiple labware', () => {
Expand Down

0 comments on commit adf1fc6

Please sign in to comment.