Skip to content
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

Merged
merged 2 commits into from
Apr 8, 2024
Merged

Conversation

koji
Copy link
Contributor

@koji koji commented Apr 8, 2024

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

remove RTP feature flag

close AUTH-301
@koji koji requested review from ncdiehl11 and jerader April 8, 2024 18:44
@koji koji marked this pull request as ready for review April 8, 2024 18:44
@koji koji requested a review from a team as a code owner April 8, 2024 18:44
@koji koji removed the request for review from a team April 8, 2024 18:46
@@ -106,9 +105,10 @@ export function ChooseProtocolSlideoutComponent(

const runTimeParametersFromAnalysis =
selectedProtocol?.mostRecentAnalysis?.runTimeParameters ?? []
console.log('runTimeParametersFromAnalysis', runTimeParametersFromAnalysis)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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', () => {
Copy link
Collaborator

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 👍

Copy link
Collaborator

@jerader jerader left a 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!

@koji koji merged commit e620a8c into edge Apr 8, 2024
20 checks passed
@koji koji deleted the refactor_remove-runtimeparameters-ff branch April 8, 2024 19:58
Carlos-fernandez pushed a commit that referenced this pull request May 20, 2024
* refactor(app): remove RTP feature flag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants