Index: shared/scripts/names.py =================================================================== diff -u -r262cc42e2b0a0044bc0c698249b0da502a31766f -rfd1d376554fc2c396d99e84975c2c8c0deab09c3 --- shared/scripts/names.py (.../names.py) (revision 262cc42e2b0a0044bc0c698249b0da502a31766f) +++ shared/scripts/names.py (.../names.py) (revision fd1d376554fc2c396d99e84975c2c8c0deab09c3) @@ -61,4 +61,6 @@ o_priming_title_text = {"container": o_PreTreatmentPrimeStack_PreTreatmentBase_TreatmentFlowBase, "text": "Priming", "type": "Text", "unnamed": 1, "visible": True} #check_mark_parent_object o_self_test_dry_progress_circle = {"container": o_PreTreatmentPrimeStack_PreTreatmentBase_TreatmentFlowBase, "id": "_progressCircle", "type": "ProgressCircle", "unnamed": 1, "visible": True} - +#start prime button and continue button +o_start_prime_btn = {"container": o_PreTreatmentPrimeStack_PreTreatmentBase_TreatmentFlowBase, "text": "Start Prime", "type": "Text", "unnamed": 1, "visible": True} +o_continue_btn = {"container": o_PreTreatmentPrimeStack_PreTreatmentBase_TreatmentFlowBase, "text": "CONTINUE", "type": "Text", "unnamed": 1, "visible": True} \ No newline at end of file