Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(shared-data, protocol-designer): return latest pipette model def f… #14945

Merged
merged 6 commits into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading