-
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
refactor(app): remove RTP feature flag #14837
Conversation
remove RTP feature flag close AUTH-301
@@ -106,9 +105,10 @@ export function ChooseProtocolSlideoutComponent( | |||
|
|||
const runTimeParametersFromAnalysis = | |||
selectedProtocol?.mostRecentAnalysis?.runTimeParameters ?? [] | |||
console.log('runTimeParametersFromAnalysis', runTimeParametersFromAnalysis) |
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.
console.log('runTimeParametersFromAnalysis', runTimeParametersFromAnalysis) |
@@ -83,22 +85,55 @@ describe('ChooseProtocolSlideout', () => { | |||
screen.getByRole('heading', { name: 'No protocols found' }) | |||
).toBeInTheDocument() | |||
}) | |||
it('calls createRunFromProtocolSource if CTA clicked', () => { | |||
|
|||
// it('calls createRunFromProtocolSource if CTA clicked', () => { |
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.
saw your comment on slack 👍
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.
so nice to be able to get rid of this ff so fast!
Co-authored-by: Jethary Rader <[email protected]>
* refactor(app): remove RTP feature flag
Overview
remove RTP feature flag
close AUTH-301
I will update ChooseProtocolSlideout.test.tsx.
https://opentrons.atlassian.net/browse/AUTH-302
Test Plan
Changelog
Review requests
Risk assessment
low