-
Notifications
You must be signed in to change notification settings - Fork 536
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(Text): Text component to use CSS modules behind primer_react_css_modules_team feature flag #4874
Conversation
🦋 Changeset detectedLatest commit: 5628650 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
size-limit report 📦
|
@@ -44,6 +44,25 @@ test.describe('Text', () => { | |||
test('default @vrt', async ({page}) => { | |||
await visit(page, { | |||
id: story.id, | |||
globals: { | |||
featureFlags: { | |||
primer_react_css_modules_team: true, |
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.
Quick question: Does this mean we only run these tests with the feature flag on? Or do we run it twice, once with and once without
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.
Or do we run it twice, once with and once without
Running once with it off and once with it on and comparing them to the same screenshot.
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.
Ooh that's smart!
Part of https://github.com/github/primer/issues/3785
Changelog
Changed
Refactoring
Text
to use CSS modules behind the primer_react_css_modules_team feature flag.Removed
Rollout strategy
Testing & Reviewing
This will be behind the primer_react_css_modules_team feature flag
Merge checklist