Skip to content

Commit

Permalink
feat(shared-data, protocol-designer): return latest pipette model def…
Browse files Browse the repository at this point in the history
… f… (#14945)

…rom pipetteName and add max flow rates

closes AUTH-243 AUTH-245
  • Loading branch information
jerader authored Apr 24, 2024
1 parent aa3569b commit 9d75e1f
Show file tree
Hide file tree
Showing 11 changed files with 422 additions and 295 deletions.
4 changes: 2 additions & 2 deletions protocol-designer/cypress/integration/mixSettings.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ describe('Advanced Settings for Mix Form', () => {
cy.get('input[name="aspirate_flowRate"]').click({ force: true })

cy.contains(
'Our default aspirate speed is optimal for a P1000 Single-Channel GEN2 aspirating liquids with a viscosity similar to water'
'The default P1000 Single-Channel GEN2 flow rate is optimal for handling aqueous liquids'
)
cy.get('input[name="aspirate_flowRate_customFlowRate"]').type('100')
cy.get('button').contains('Done').click()
Expand All @@ -144,7 +144,7 @@ describe('Advanced Settings for Mix Form', () => {
// Batch editing the Flowrate value
cy.get('input[name="aspirate_flowRate"]').click({ force: true })
cy.contains(
'Our default aspirate speed is optimal for a P1000 Single-Channel GEN2 aspirating liquids with a viscosity similar to water'
'The default P1000 Single-Channel GEN2 flow rate is optimal for handling aqueous liquids'
)
cy.get('input[name="aspirate_flowRate_customFlowRate"]').type('100')
cy.get('button').contains('Done').click()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ describe('Advanced Settings for Transfer Form', () => {
cy.get('input[name="aspirate_flowRate"]').click({ force: true })

cy.contains(
'Our default aspirate speed is optimal for a P1000 Single-Channel GEN2 aspirating liquids with a viscosity similar to water'
'The default P1000 Single-Channel GEN2 flow rate is optimal for handling aqueous liquids'
)
cy.get('input[name="aspirate_flowRate_customFlowRate"]').type('100')
cy.get('button').contains('Done').click()
Expand All @@ -160,7 +160,7 @@ describe('Advanced Settings for Transfer Form', () => {
// Batch editing the Flowrate value
cy.get('input[name="aspirate_flowRate"]').click({ force: true })
cy.contains(
'Our default aspirate speed is optimal for a P1000 Single-Channel GEN2 aspirating liquids with a viscosity similar to water'
'The default P1000 Single-Channel GEN2 flow rate is optimal for handling aqueous liquids'
)
cy.get('input[name="aspirate_flowRate_customFlowRate"]').type('100')
cy.get('button').contains('Done').click()
Expand Down
Loading

0 comments on commit 9d75e1f

Please sign in to comment.