Skip to content

Commit

Permalink
feat(labware-creator): export and import tiprack defs (#7947)
Browse files Browse the repository at this point in the history
Closes #7696 and closes #7697

* make LC assume tiprack is snug upon import
* re-generate fixture_tiprack_300_ul via createRegularLabware fn with more consistent numbers (it seems to have been written manually) and update related tests/snapshots
  • Loading branch information
IanLondon authored Jun 21, 2021
1 parent ecdd677 commit a90e66d
Show file tree
Hide file tree
Showing 10 changed files with 3,625 additions and 3,655 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe('DeckSetup', () => {
calBlock: mockTipLengthCalBlock,
})
expect(wrapper.text()).toContain(
'Clear the deck and place a full Opentrons GEB 300uL Tiprack and Calibration Block on'
'Clear the deck and place a full 300ul Tiprack FIXTURE and Calibration Block on'
)
})

Expand All @@ -92,7 +92,7 @@ describe('DeckSetup', () => {
calBlock: null,
})
expect(wrapper.text()).toContain(
'Clear the deck and place a full Opentrons GEB 300uL Tiprack on'
'Clear the deck and place a full 300ul Tiprack FIXTURE on'
)
})
})
Loading

0 comments on commit a90e66d

Please sign in to comment.