Skip to content

Commit 2ae86a8

Browse files
committed
branch
1 parent e515f6c commit 2ae86a8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

frontend/apps/marketing/playwright.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export default defineConfig<EyesFixture>({
3636
},
3737
sendDom: true,
3838
failTestsOnDiff: 'afterEach',
39-
branchName: 'staging',
4039
// Additional configuration options...
4140
},
4241
},

frontend/packages/component-library/src/cms/section/stories/Section.story.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const SectionWithBackgroundColorT: Story = {
7474
padding: 'l',
7575
children: (
7676
<>
77-
<Heading2>This is a section with a background color</Heading2>
77+
<Heading2>This is a section with a background color!</Heading2>
7878
<BodyOneText>I'm just a sentence.</BodyOneText>
7979
</>
8080
),

0 commit comments

Comments
 (0)