You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(app): fix cal check step numbers and return tip, labware offset data help copy (#12423)
Fix logic that calculates the step number within the newly redesigned calibration health check flow
based on how many pipettes are being checked. Modernize contents of return tip step in cal check.
fix help copy in learn more about labware position check offsets.
Closes RQA-611, Closes RQA-609, Closes RAUT-393, Closes RQA-613
Copy file name to clipboardExpand all lines: app/src/assets/localization/en/labware_position_check.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -61,8 +61,8 @@
61
61
"slot": "Slot {{slotName}}",
62
62
"robot_has_offsets_from_previous_runs": "This robot has offsets for labware used in this protocol. If you apply these offsets, you can still adjust them with Labware Position Check.",
63
63
"no_offset_data_on_robot": "This robot has no useable labware offset data for this run.",
64
-
"what_labware_offset": "What is labware offset?",
65
-
"robot_has_no_offsets_from_previous_runs": "<block>Labware offset data references previous protocol run labware locations to save you time. Labware that has been used in the same slot as a protocol you are running will not need additional calibration. If all the labware in a new protocol have been checked in previous runs, you do not have to run Labware Position Check.</block> <block>You can add new offsets with Labware Position Check in later steps if you desire.</block>",
64
+
"what_is_labware_offset_data": "What is labware offset data?",
65
+
"robot_has_no_offsets_from_previous_runs": "<block>Labware offset data references previous protocol run labware locations to save you time. If all the labware in this protocol have been checked in previous runs, that data will be applied to this run.</block> <block>You can add new offsets with Labware Position Check in later steps.</block>",
66
66
"see_how_offsets_work": "See how labware offsets work",
getByRole('heading',{name: 'No labware offset data available'})
119
-
getByText('This robot has no useable labware offset data for this run.')
120
-
getByText('What is labware offset?')
118
+
getByRole('heading',{name: 'What is labware offset data?'})
119
+
121
120
getByText(
122
-
'Labware offset data references previous protocol run labware locations to save you time. Labware that has been used in the same slot as a protocol you are running will not need additional calibration. If all the labware in a new protocol have been checked in previous runs, you do not have to run Labware Position Check.'
121
+
'Labware offset data references previous protocol run labware locations to save you time. If all the labware in this protocol have been checked in previous runs, that data will be applied to this run.'
123
122
)
124
123
getByText(
125
-
'You can add new offsets with Labware Position Check in later steps if you desire.'
124
+
'You can add new offsets with Labware Position Check in later steps.'
126
125
)
126
+
127
127
expect(
128
128
getByRole('link',{name: 'See how labware offsets work'})
0 commit comments