-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(protocol-designer): remove deck config ff and add deck config cypress test #14096
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## edge #14096 +/- ##
=======================================
Coverage 70.36% 70.36%
=======================================
Files 2481 2481
Lines 70351 70325 -26
Branches 8790 8780 -10
=======================================
- Hits 49504 49486 -18
+ Misses 18690 18687 -3
+ Partials 2157 2152 -5
Flags with carried forward coverage won't be shown. Click here to find out more.
|
d5f4c7a
to
1064944
Compare
272e280
to
1df5f32
Compare
1df5f32
to
83a4e72
Compare
@@ -1,6 +1,6 @@ | |||
import { OutputSelector, Selector } from 'reselect' | |||
declare module 'reselect' { | |||
// declaring type for createSelector with 15 selectors because the reselect types only support up to 12 selectors | |||
// declaring type for createSelector with 14 selectors because the reselect types only support up to 12 selectors |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this change is needed since i removed the getAdditionalEquipmentEntities
selector from fileCreator
protocol-designer/src/components/modals/CreateFileWizard/ModulesAndOtherTile.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left one comment but otherwise lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
closes RAUT-876 RAUT-842 RAUT-841
Overview
To prepare for the 8.0 PD release, this PR removes the deck configuration ff and adds a cypress migration test with staging area slots and waste chute
Test Plan
Do a quick smoke test, go through creating a protocol with staging area slots and the waste chute. Try editing them in the Additional Items section. See that it all works as expected.
Changelog
Review requests
see test plan
Risk assessment
low