feat(protocol-designer): wire up staging areas to loadFixture commands #13759
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes RAUT-744 RAUT-770
Overview
Wires up the staging areas to create
loadFixture
commands and when you import a protocol back to PD, theloadFixture
commands get populated back as staging areas in reduxTest Plan
Make sure the deck configuration ff is turned on and add a staging area in the create file wizard. Export the protocol. Open the json file and see that there is a
loadFixture
command associated with the staging area and location that you added.Change the version in the json file from
7.0.0-candidate-d
to7.1
so the protocol doesn't unnecessarily go through a migration. Then import the protocol back into PD. Open dev tools and look atStepForms
->additionalEquipmentInvariantProperties
and see that the staging area entities are there.Changelog
Review requests
see test plan
Risk assessment
low