Skip to content

Commit 9d75e1f

Browse files
authored
feat(shared-data, protocol-designer): return latest pipette model def f… (#14945)
…rom pipetteName and add max flow rates closes AUTH-243 AUTH-245
1 parent aa3569b commit 9d75e1f

File tree

11 files changed

+422
-295
lines changed

11 files changed

+422
-295
lines changed

protocol-designer/cypress/integration/mixSettings.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ describe('Advanced Settings for Mix Form', () => {
125125
cy.get('input[name="aspirate_flowRate"]').click({ force: true })
126126

127127
cy.contains(
128-
'Our default aspirate speed is optimal for a P1000 Single-Channel GEN2 aspirating liquids with a viscosity similar to water'
128+
'The default P1000 Single-Channel GEN2 flow rate is optimal for handling aqueous liquids'
129129
)
130130
cy.get('input[name="aspirate_flowRate_customFlowRate"]').type('100')
131131
cy.get('button').contains('Done').click()
@@ -144,7 +144,7 @@ describe('Advanced Settings for Mix Form', () => {
144144
// Batch editing the Flowrate value
145145
cy.get('input[name="aspirate_flowRate"]').click({ force: true })
146146
cy.contains(
147-
'Our default aspirate speed is optimal for a P1000 Single-Channel GEN2 aspirating liquids with a viscosity similar to water'
147+
'The default P1000 Single-Channel GEN2 flow rate is optimal for handling aqueous liquids'
148148
)
149149
cy.get('input[name="aspirate_flowRate_customFlowRate"]').type('100')
150150
cy.get('button').contains('Done').click()

protocol-designer/cypress/integration/transferSettings.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ describe('Advanced Settings for Transfer Form', () => {
141141
cy.get('input[name="aspirate_flowRate"]').click({ force: true })
142142

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

0 commit comments

Comments
 (0)