Skip to content

Commit

Permalink
fix(protocol-designer): incompatible tips modal copy update (#16863)
Browse files Browse the repository at this point in the history
closes RQA-3318
  • Loading branch information
jerader authored Nov 18, 2024
1 parent 99b9f76 commit a8c9c85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"edit": "Edit",
"fixtures_added": "Fixtures added",
"fixtures_replace": "Fixtures replace standard deck slots and let you add functionality to your Flex.",
"incompatible_tip_body": "Using a pipette with an incompatible tip rack may result reduce pipette accuracy and collisions. We strongly recommend that you do not pair a pipette with an incompatible tip rack.",
"incompatible_tip_body": "Protocol Designer only accepts custom JSON labware definitions made with our Labware Creator. Upload a valid file to continue.",
"incompatible_tips": "Incompatible tips",
"labware_name": "Labware name",
"left_right": "Left + Right",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('IncompatibleTipsModal', () => {
render(props)
screen.getByText('Incompatible tips')
screen.getByText(
'Using a pipette with an incompatible tip rack may result reduce pipette accuracy and collisions. We strongly recommend that you do not pair a pipette with an incompatible tip rack.'
'Protocol Designer only accepts custom JSON labware definitions made with our Labware Creator. Upload a valid file to continue.'
)
fireEvent.click(screen.getByText('Show more tip types'))
expect(vi.mocked(setFeatureFlags)).toHaveBeenCalled()
Expand Down

0 comments on commit a8c9c85

Please sign in to comment.