On the WizardBody component used for creating a new protocol file, we optionally pass a tooltip to be shown when hovering the confirm button if it is disabled. This PR fixes a bug where the tooltip showed on hover even if the button is enabled.
Test Plan and Hands on Testing
create a new protocol file and land on select pipettes step
verify that before you add a pipette, the confirm button is disabled, and hovering produces the correct tooltip
add the pipette to enable the confirm button. verify that hovering the enabled button does not produce tooltip
Overview
On the WizardBody component used for creating a new protocol file, we optionally pass a tooltip to be shown when hovering the confirm button if it is disabled. This PR fixes a bug where the tooltip showed on hover even if the button is enabled.
Test Plan and Hands on Testing
Changelog
Review requests
see test plan
Risk assessment
low